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 a7cd1f6 commit a5234b4Copy full SHA for a5234b4
1 file changed
.github/workflows/release.yml
@@ -12,11 +12,11 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
16
- - uses: actions/setup-python@v5
+ - uses: actions/checkout@v6
+ - uses: actions/setup-python@v6
17
- run: python -m pip install build
18
- run: python -m build
19
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
20
with:
21
name: dist
22
path: dist/*
@@ -30,7 +30,7 @@ jobs:
30
contents: read
31
32
33
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v8
34
35
36
path: dist
0 commit comments