Skip to content

Commit df06a1f

Browse files
renovate[bot]maxdymond
authored andcommitted
chore(deps): update github artifact actions
1 parent 09feff9 commit df06a1f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
125+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
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
@@ -90,7 +90,7 @@ jobs:
9090
needs: build
9191
steps:
9292
- name: Download linux artifacts
93-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
93+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
9494
with:
9595
name: dist-linux
9696
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
81+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
8282
with:
8383
pattern: dist-*
8484
merge-multiple: true

0 commit comments

Comments
 (0)