Skip to content

Commit a84abfa

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 ae26f27 commit a84abfa

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
@@ -34,15 +34,15 @@ jobs:
3434
if: |
3535
!contains(inputs.commit_message, 'skip:ketryx') &&
3636
!contains(github.event.pull_request.labels.*.name, 'skip:ketryx')
37-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
37+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
3838
with:
3939
name: test-results-ubuntu-latest
4040

4141
- name: Download audit results generated in _audit.yml
4242
if: |
4343
!contains(inputs.commit_message, 'skip:ketryx') &&
4444
!contains(github.event.pull_request.labels.*.name, 'skip:ketryx')
45-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
45+
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
4646
with:
4747
name: audit-results
4848

.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)