Skip to content

Commit 6a90343

Browse files
committed
Update actions/upload-artifact to v4
1 parent 16a688f commit 6a90343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: pack
5353
run: |
5454
echo "tarball-name=$(npm --loglevel error pack)" >> $GITHUB_OUTPUT
55-
- uses: actions/upload-artifact@v3
55+
- uses: actions/upload-artifact@v4
5656
with:
5757
name: package-tarball
5858
path: ${{ steps.pack.outputs.tarball-name }}

0 commit comments

Comments
 (0)