Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact from 2.27.0 to 2.28.0 (#7820)
Browse files Browse the repository at this point in the history
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 2.27.0 to 2.28.0.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v2.27.0...v2.28.0)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent fb11dd1 commit dcecd71
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v3.6.0

- name: Setup vcpkg (Windows)
uses: dawidd6/action-download-artifact@v2.27.0
uses: dawidd6/action-download-artifact@v2.28.0
with:
workflow: ci-caches.yml
name: vcpkg-cache
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
if: runner.os == 'Windows'

- name: Download cached GMT remote data from GitHub Artifacts
uses: dawidd6/action-download-artifact@v2.27.0
uses: dawidd6/action-download-artifact@v2.28.0
with:
workflow: ci-caches.yml
name: gmt-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
cmake --build .
- name: Download cached GMT remote data from GitHub Artifacts
uses: dawidd6/action-download-artifact@v2.27.0
uses: dawidd6/action-download-artifact@v2.28.0
with:
workflow: ci-caches.yml
name: gmt-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@v3.6.0

- name: Setup vcpkg (Windows)
uses: dawidd6/action-download-artifact@v2.27.0
uses: dawidd6/action-download-artifact@v2.28.0
with:
workflow: ci-caches.yml
name: vcpkg-cache
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
if: runner.os == 'Windows'

- name: Download cached GMT remote data from GitHub Artifacts
uses: dawidd6/action-download-artifact@v2.27.0
uses: dawidd6/action-download-artifact@v2.28.0
with:
workflow: ci-caches.yml
name: gmt-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/checkout@v3.6.0

- name: Setup vcpkg (Windows)
uses: dawidd6/action-download-artifact@v2.27.0
uses: dawidd6/action-download-artifact@v2.28.0
with:
workflow: ci-caches.yml
name: vcpkg-cache
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
if: runner.os == 'Windows'

- name: Download cached GMT remote data from GitHub Artifacts
uses: dawidd6/action-download-artifact@v2.27.0
uses: dawidd6/action-download-artifact@v2.28.0
with:
workflow: ci-caches.yml
name: gmt-cache
Expand Down

0 comments on commit dcecd71

Please sign in to comment.