Skip to content

Commit 27573b9

Browse files
dependabot[bot]torokati44
authored andcommitted
Bump dawidd6/action-download-artifact from 7 to 8
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 7 to 8. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v7...v8) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f4e6e0 commit 27573b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

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

1414
- name: Download artifacts
1515
id: download-artifacts
16-
uses: dawidd6/action-download-artifact@v7
16+
uses: dawidd6/action-download-artifact@v8
1717
with:
1818
workflow: build.yml
1919
branch: main

.github/workflows/report_test_results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Download Test Report
15-
uses: dawidd6/action-download-artifact@v7
15+
uses: dawidd6/action-download-artifact@v8
1616
with:
1717
name: junit-test-results-.*
1818
name_is_regexp: true

0 commit comments

Comments
 (0)