Skip to content

Commit 5eaa638

Browse files
dependabot[bot]torokati44
authored andcommitted
Bump dawidd6/action-download-artifact from 10 to 11
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 10 to 11. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v10...v11) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '11' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6959aa0 commit 5eaa638

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@v10
16+
uses: dawidd6/action-download-artifact@v11
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@v10
15+
uses: dawidd6/action-download-artifact@v11
1616
with:
1717
name: junit-test-results-.*
1818
name_is_regexp: true

0 commit comments

Comments
 (0)