Skip to content

Commit 8056267

Browse files
Update GitHub actions (#161)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55b2c91 commit 8056267

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
7676
poetry build
7777
- name: Store the distribution packages
78-
uses: actions/upload-artifact@v5
78+
uses: actions/upload-artifact@v6
7979
with:
8080
name: distfiles
8181
path: dist/
@@ -95,7 +95,7 @@ jobs:
9595
ref: ${{ env.BRANCH }}
9696
fetch-depth: 0
9797
- name: Download all the dists
98-
uses: actions/download-artifact@v6
98+
uses: actions/download-artifact@v7
9999
with:
100100
name: distfiles
101101
path: dist/
@@ -126,7 +126,7 @@ jobs:
126126
runs-on: ubuntu-latest
127127
steps:
128128
- name: Download all the dists
129-
uses: actions/download-artifact@v6
129+
uses: actions/download-artifact@v7
130130
with:
131131
name: distfiles
132132
path: dist/

0 commit comments

Comments
 (0)