We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 419e5dc + 55d0298 commit f0322ceCopy full SHA for f0322ce
1 file changed
.github/workflows/python-package.yml
@@ -64,7 +64,7 @@ jobs:
64
run: pip install build
65
- name: Build package
66
run: python -m build
67
- - uses: actions/upload-artifact@v6
+ - uses: actions/upload-artifact@v7
68
with:
69
name: python-dist
70
path: dist/*
@@ -82,7 +82,7 @@ jobs:
82
permissions:
83
id-token: write
84
steps:
85
- - uses: actions/download-artifact@v7
+ - uses: actions/download-artifact@v8
86
87
88
path: dist/
0 commit comments