Skip to content

Commit 6374fae

Browse files
committed
Update artifact actions
1 parent 8051ebf commit 6374fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: tagInfo
3838
run: |-
3939
echo "releaseTag=$(jq '.releaseTag // "latest"' version.json)" | tee -a $GITHUB_OUTPUT
40-
- uses: actions/upload-artifact@v3
40+
- uses: actions/upload-artifact@v4
4141
with:
4242
name: npm-package
4343
path: |
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
node-version: 22
5757
registry-url: "https://registry.npmjs.org"
58-
- uses: actions/download-artifact@v2
58+
- uses: actions/download-artifact@v4
5959
name: Download npm package
6060
with:
6161
name: npm-package

0 commit comments

Comments
 (0)