Skip to content

Commit 5b0a4d0

Browse files
chore(deps): bump actions/download-artifact from 5.0.0 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@634f93c...018cc2c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 780a7cf commit 5b0a4d0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: .github/workflows/_install_dev_tools.bash
115115

116116
- name: Download native distribution artifacts
117-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
117+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
118118
with:
119119
pattern: dist_native-*
120120
path: dist_native_all/
@@ -185,13 +185,13 @@ jobs:
185185
if: |
186186
(!contains(inputs.commit_message, 'skip:test:all')) &&
187187
(!contains(github.event.pull_request.labels.*.name, 'skip:test:all'))
188-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
188+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
189189
with:
190190
name: test-results-ubuntu-latest
191191
path: test-results
192192

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

0 commit comments

Comments
 (0)