Skip to content

Commit 63661cc

Browse files
chore(deps): update github artifact actions (#478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5fa617a commit 63661cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Upload dist artifact
7979
# not tested at runtime!
8080
if: hashFiles('pyproject.toml') != ''
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: dist
8484
path: dist
@@ -90,7 +90,7 @@ jobs:
9090

9191
steps:
9292
- name: Download dist artifact
93-
uses: actions/download-artifact@v5
93+
uses: actions/download-artifact@v6
9494
with:
9595
name: dist
9696
path: dist
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Download dist artifact
115-
uses: actions/download-artifact@v5
115+
uses: actions/download-artifact@v6
116116
with:
117117
name: dist
118118
path: dist

0 commit comments

Comments
 (0)