Skip to content

Commit 1a53853

Browse files
Build(deps): bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 76373d4 commit 1a53853

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/example_reusable-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
with:
168168
fetch-depth: 1
169169
- name: Download All Matrix Artifacts
170-
uses: actions/download-artifact@v4
170+
uses: actions/download-artifact@v6
171171
with:
172172
path: build-artifacts
173173
merge-multiple: true

.github/workflows/reusable_deploy-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
jf rt ping
109109
110110
- name: Download artifacts
111-
uses: actions/download-artifact@v4
111+
uses: actions/download-artifact@v6
112112
with:
113113
name: ${{ inputs.gh-artifact-name }}
114114
path: ./build-artifacts

.github/workflows/reusable_sign-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
CHECKOUT_REF: ${{ inputs.gh-workflows-ref }}
5959
steps:
6060
- name: Download Unsigned Artifacts
61-
uses: actions/download-artifact@v4
61+
uses: actions/download-artifact@v6
6262
with:
6363
name: ${{ inputs.gh-unsigned-artifacts }}
6464
path: unsigned-artifacts

.github/workflows/test_sign-artifacts-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Checkout
4141
uses: actions/checkout@v5
4242
- name: Download Test Fixtures
43-
uses: actions/download-artifact@v4
43+
uses: actions/download-artifact@v6
4444
with:
4545
name: test-fixtures
4646
path: test-fixtures

0 commit comments

Comments
 (0)