Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact from 6 to 7 (#1033)
Browse files Browse the repository at this point in the history
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 6 to 7.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](dawidd6/action-download-artifact@v6...v7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 12a019b commit d306810
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
run: mkdir -p _install

- name: Download linux x86 library file 🔻
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: tests.yml
branch: main
Expand All @@ -209,7 +209,7 @@ jobs:
path: _install/libomega_edit_linux_amd64.so

- name: Download linux arm64 library file 🔻
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: tests.yml
branch: main
Expand All @@ -218,7 +218,7 @@ jobs:
path: _install/libomega_edit_linux_aarch64.so

- name: Download macos-12 library file 🔻
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: tests.yml
branch: main
Expand All @@ -227,7 +227,7 @@ jobs:
path: _install/libomega_edit_macos_aarch64.dylib

- name: Download macos-14 library file 🔻
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: tests.yml
branch: main
Expand All @@ -236,7 +236,7 @@ jobs:
path: _install/libomega_edit_macos_x86_64.dylib

- name: Download windows library file 🔻
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
workflow: tests.yml
branch: main
Expand Down

0 comments on commit d306810

Please sign in to comment.