Skip to content

Commit 812368b

Browse files
chore(deps): update github artifact actions to v4
1 parent d78409f commit 812368b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
EOF
5555
- name: Create artifact for semantic-release 'remote'
5656
run: tar czvf semantic-release-remote.tgz semantic-release-remote
57-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
57+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
5858
with:
5959
name: semantic-release-remote
6060
path: semantic-release-remote.tgz
@@ -83,7 +83,7 @@ jobs:
8383
# with:
8484
# limit-access-to-users: cwillisf
8585
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
86-
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
86+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
8787
with:
8888
name: semantic-release-remote
8989
path: .
@@ -185,7 +185,7 @@ jobs:
185185

186186
### Shared epilogue
187187

188-
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
188+
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
189189
with:
190190
name: "Scratch ${{ needs.semver.outputs.version }} (${{ needs.semver.outputs.hash }})"
191191
path: Artifacts/

0 commit comments

Comments
 (0)