We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99e849a + 8cf25a2 commit 0ed5056Copy full SHA for 0ed5056
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@v5
+ - uses: actions/upload-artifact@v6
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@v6
+ - uses: actions/download-artifact@v7
86
87
88
path: dist/
0 commit comments