Skip to content

Commit 3ea0a20

Browse files
renovate[bot]maxdymond
authored andcommitted
chore(deps): update github artifact actions
1 parent 21f6e49 commit 3ea0a20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Upload artifacts
124124
if: ${{ inputs.upload_artifact && steps.build.outcome == 'success' }}
125-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
125+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
126126
with:
127127
name: ${{ inputs.artifact_name }}
128128
path: dist

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: npm ci
7979

8080
- name: Download build artifacts
81-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
81+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
8282
with:
8383
pattern: dist-*
8484
merge-multiple: true

0 commit comments

Comments
 (0)