Skip to content

Commit caf1ec2

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
build(deps): bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 28adf0f commit caf1ec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maintenance-pr-label-on-approval.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@v7
18+
uses: actions/download-artifact@v8
1919
with:
2020
name: pr-number-${{ github.event.workflow_run.id }} # same unique name
2121
path: .

.github/workflows/maintenance-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
steps:
166166

167167
- name: Download All Artifacts
168-
uses: actions/download-artifact@v7
168+
uses: actions/download-artifact@v8
169169
with:
170170
path: test
171171
pattern: test-*

0 commit comments

Comments
 (0)