Skip to content

Commit

Permalink
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent eeac3c3 commit 74201fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mla_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,27 +116,27 @@ jobs:
draft: true

- name: Download linux-x86_64 artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: mla-linux-x86_64

- name: Download windows-i686 artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: mla-windows-i686

- name: Download windows-x86_64 artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: mla-windows-x86_64

- name: Download windows-i686-debug artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: mla-windows-i686-debug

- name: Download windows-x86_64-debug artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: mla-windows-x86_64-debug

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mlar_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,17 @@ jobs:
draft: true

- name: Download Linux artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: mlar-linux

- name: Download Windows artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: mlar-windows

- name: Download MacOS artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: mlar-macos

Expand Down

0 comments on commit 74201fa

Please sign in to comment.