Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact from 3.0.0 to 3.1.1 (#8377)
Browse files Browse the repository at this point in the history
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v3.0.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 20, 2024
1 parent 70819dc commit 0211e81
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/[email protected]

- name: Setup vcpkg (Windows)
uses: dawidd6/action-download-artifact@v3.0.0
uses: dawidd6/action-download-artifact@v3.1.1
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@v3.0.0
uses: dawidd6/action-download-artifact@v3.1.1
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 @@ -105,7 +105,7 @@ jobs:
echo "${INSTALLDIR}/bin" >> $GITHUB_PATH
- name: Download cached GMT remote data from GitHub Artifacts
uses: dawidd6/action-download-artifact@v3.0.0
uses: dawidd6/action-download-artifact@v3.1.1
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/[email protected]

- name: Setup vcpkg (Windows)
uses: dawidd6/action-download-artifact@v3.0.0
uses: dawidd6/action-download-artifact@v3.1.1
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@v3.0.0
uses: dawidd6/action-download-artifact@v3.1.1
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/[email protected]

- name: Setup vcpkg (Windows)
uses: dawidd6/action-download-artifact@v3.0.0
uses: dawidd6/action-download-artifact@v3.1.1
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@v3.0.0
uses: dawidd6/action-download-artifact@v3.1.1
with:
workflow: ci-caches.yml
name: gmt-cache
Expand Down

0 comments on commit 0211e81

Please sign in to comment.