Skip to content

Commit 34f606e

Browse files
renovate[bot]maxdymond
authored andcommitted
chore(deps): update github artifact actions
1 parent 91e6f74 commit 34f606e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
125+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
126126
with:
127127
name: ${{ inputs.artifact_name }}
128128
path: dist

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
needs: build
9393
steps:
9494
- name: Download linux artifacts
95-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
95+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
9696
with:
9797
name: dist-linux
9898
path: dist-linux

.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@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
81+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
8282
with:
8383
pattern: dist-*
8484
merge-multiple: true

0 commit comments

Comments
 (0)