Skip to content

Commit 9f2ec0b

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent b68023a commit 9f2ec0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
cache: 'npm'
7979
node-version-file: '.nvmrc'
8080
- uses: ./.github/actions/install-dependencies
81-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
81+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
8282
with:
8383
name: build
8484
path: packages
@@ -112,7 +112,7 @@ jobs:
112112
# that way each branch can be updated or cleaned up independently
113113
run: |
114114
echo "result=${GITHUB_REF_NAME//[^A-Za-z0-9._-]/_}" | tee --append "$GITHUB_OUTPUT"
115-
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
115+
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
116116
with:
117117
name: build
118118
path: packages

0 commit comments

Comments
 (0)