Skip to content

Commit dd4f972

Browse files
chore(deps): update github artifact actions
1 parent 3eddfe4 commit dd4f972

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.github/workflows/_audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: make audit
3838

3939
- name: Upload audit results
40-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
40+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4141
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
4242
with:
4343
name: audit-results

.github/workflows/_build-native-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: make dist_native
6262

6363
- name: Upload dist_native artifacts
64-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
64+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6565
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
6666
with:
6767
name: dist_native-${{ matrix.runner }}

.github/workflows/_ketryx_report_and_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: |
3838
!contains(inputs.commit_message, 'skip:ketryx') &&
3939
!contains(github.event.pull_request.labels.*.name, 'skip:ketryx')
40-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
40+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
4141
with:
4242
name: test-results-ubuntu-latest
4343
path: test-results
@@ -46,7 +46,7 @@ jobs:
4646
if: |
4747
!contains(inputs.commit_message, 'skip:ketryx') &&
4848
!contains(github.event.pull_request.labels.*.name, 'skip:ketryx')
49-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
49+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
5050
with:
5151
name: audit-results
5252
path: audit-results

.github/workflows/_package-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: make dist_native
8686

8787
- name: Upload dist_native artifacts
88-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
88+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8989
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
9090
with:
9191
name: dist_native-${{ matrix.runner }}
@@ -116,7 +116,7 @@ jobs:
116116
run: .github/workflows/_install_dev_tools.bash
117117

118118
- name: Download native distribution artifacts
119-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
119+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
120120
with:
121121
pattern: dist_native-*
122122
path: dist_native_all/
@@ -187,13 +187,13 @@ jobs:
187187
if: |
188188
(!contains(inputs.commit_message, 'skip:test:all')) &&
189189
(!contains(github.event.pull_request.labels.*.name, 'skip:test:all'))
190-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
190+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
191191
with:
192192
name: test-results-ubuntu-latest
193193
path: test-results
194194

195195
- name: Download audit results generated in _audit.yml
196-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
196+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
197197
with:
198198
name: audit-results
199199
path: audit-results

.github/workflows/_scheduled-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
exit $EXIT_CODE
8888
8989
- name: Upload test results
90-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
90+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
9191
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
9292
with:
9393
name: test-results-scheduled

.github/workflows/_scheduled-test-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
summary-title: All very long running e2e tests passed
176176

177177
- name: Upload test artifacts for inspection
178-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
178+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
179179
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
180180
with:
181181
name: test-results-ubuntu-latest

.github/workflows/_scheduled-test-hourly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
exit $EXIT_CODE
164164
165165
- name: Upload test results
166-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
166+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
167167
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
168168
with:
169169
name: test-results-scheduled

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
commit-message: ${{ inputs.commit_message }}
200200

201201
- name: Upload test artifacts for inspection
202-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
202+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
203203
if: ${{ always() && (env.GITHUB_WORKFLOW_RUNTIME != 'ACT') }}
204204
with:
205205
name: test-results-${{ matrix.runner }}

0 commit comments

Comments
 (0)