We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cf450 commit ce874d2Copy full SHA for ce874d2
.github/workflows/python.yml
@@ -17,7 +17,7 @@ jobs:
17
pip install build
18
- name: Build distribution
19
run: python -m build
20
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
21
with:
22
path: ./dist/*
23
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- uses: actions/checkout@v4
33
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v6
34
35
name: artifact
36
path: dist
@@ -57,7 +57,7 @@ jobs:
57
permissions:
58
id-token: write
59
60
61
62
63
0 commit comments