Skip to content

Commit 7892db5

Browse files
chore(deps): update github artifact actions (#632)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2cac480 commit 7892db5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
done
6969
echo 'EOF' >> $GITHUB_OUTPUT
7070
71-
- uses: actions/upload-artifact@v4
71+
- uses: actions/upload-artifact@v5
7272
with:
7373
name: dists
7474
path: ${{ steps.find-dists.outputs.dirs }}
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
ref: ${{ env.CHECKOUT_REF }}
8787

88-
- uses: actions/download-artifact@v5
88+
- uses: actions/download-artifact@v6
8989
with:
9090
name: dists
9191

0 commit comments

Comments
 (0)