Skip to content

Commit b3d1d4c

Browse files
chore(actions): update actions/download-artifact action to v4
1 parent a9c4114 commit b3d1d4c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-deprecated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
needs: package
6262

6363
steps:
64-
- uses: actions/download-artifact@v3
64+
- uses: actions/download-artifact@v4
6565
with:
6666
name: built-artifacts
6767
path: dist/

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
needs: package
6363

6464
steps:
65-
- uses: actions/download-artifact@v3
65+
- uses: actions/download-artifact@v4
6666
with:
6767
name: built-artifacts
6868
path: dist/
@@ -80,7 +80,7 @@ jobs:
8080
needs: package
8181

8282
steps:
83-
- uses: actions/download-artifact@v3
83+
- uses: actions/download-artifact@v4
8484
with:
8585
name: built-artifacts
8686
path: dist/

0 commit comments

Comments
 (0)