Skip to content

Commit 979eca5

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...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 4717451 commit 979eca5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-label-on-approved.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Download PR number artifact from upstream run
18-
uses: actions/download-artifact@v5
18+
uses: actions/download-artifact@v6
1919
with:
2020
name: pr-number-${{ github.event.workflow_run.id }} # same unique name
2121
path: .

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
steps:
154154

155155
- name: Download All Artifacts
156-
uses: actions/download-artifact@v5
156+
uses: actions/download-artifact@v6
157157
with:
158158
path: test
159159
pattern: test-*

0 commit comments

Comments
 (0)