Skip to content

Commit ebd59c7

Browse files
Update GitHub actions
1 parent 782ed2b commit ebd59c7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6
78+
uses: actions/upload-artifact@v7
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@v7
98+
uses: actions/download-artifact@v8
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@v7
129+
uses: actions/download-artifact@v8
130130
with:
131131
name: distfiles
132132
path: dist/

0 commit comments

Comments
 (0)