Skip to content

Commit f9c9c8c

Browse files
Update actions/upload-artifact action to v4.3.4
1 parent f743587 commit f9c9c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: ${{ steps.moon-build.outputs.skip != 'true' }}
5656
with:
5757
access-token: ${{ secrets.GITHUB_TOKEN }}
58-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
58+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
5959
if: ${{ steps.moon-build.outputs.skip != 'true' }}
6060
id: artifact-upload
6161
with:

0 commit comments

Comments
 (0)