Skip to content

Commit adc5b2b

Browse files
⬆️ Bump dawidd6/action-download-artifact from 16 to 19 (#484)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 16 to 19. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v16...v19) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '19' 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 f365972 commit adc5b2b

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@v16
48+
uses: dawidd6/action-download-artifact@v19
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
@@ -52,7 +52,7 @@ jobs:
5252
run: pip list
5353
# Download Build Cache from cache.yml
5454
- name: Download "build" folder (cache)
55-
uses: dawidd6/action-download-artifact@v16
55+
uses: dawidd6/action-download-artifact@v19
5656
with:
5757
workflow: cache.yml
5858
branch: main

0 commit comments

Comments
 (0)