Skip to content

Commit 853dabe

Browse files
⬆️ Bump dawidd6/action-download-artifact from 19 to 20 (#189)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 19 to 20. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v19...v20) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '20' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7bcdf6 commit 853dabe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
shell: bash -l {0}
3838
run: pip list
3939
- name: Download "build" folder (cache)
40-
uses: dawidd6/action-download-artifact@v19
40+
uses: dawidd6/action-download-artifact@v20
4141
with:
4242
workflow: cache.yml
4343
branch: main

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
shell: bash -l {0}
4040
run: pip list
4141
- name: Download "build" folder (cache)
42-
uses: dawidd6/action-download-artifact@v19
42+
uses: dawidd6/action-download-artifact@v20
4343
with:
4444
workflow: cache.yml
4545
branch: main

0 commit comments

Comments
 (0)