Skip to content

Commit 762d0fb

Browse files
⬆️ bump dawidd6/action-download-artifact from 19 to 20 (#519)
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 11e7d82 commit 762d0fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
shell: bash -l {0}
4646
run: pip list
4747
- name: Download "build" folder (cache)
48-
uses: dawidd6/action-download-artifact@v19
48+
uses: dawidd6/action-download-artifact@v20
4949
with:
5050
workflow: cache.yml
5151
branch: main

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: pip list
6767
# Download Build Cache from cache.yml
6868
- name: Download "build" folder (cache)
69-
uses: dawidd6/action-download-artifact@v19
69+
uses: dawidd6/action-download-artifact@v20
7070
with:
7171
workflow: cache.yml
7272
branch: main

0 commit comments

Comments
 (0)