Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 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 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...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 acb52ad commit 363d814
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
needs: [build, get-nonmem]
runs-on: ubuntu-22.04
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: targz
- name: Cache NONMEM
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
runs-on: macos-11
steps:
- name: Download installation tarball
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: targz
- name: Unpack installation tarball
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
runs-on: windows-2019
steps:
- name: Download installation tarball
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: targz
- name: Unpack installation tarball
Expand Down Expand Up @@ -508,14 +508,14 @@ jobs:
runs-on: windows-2019
steps:
- name: Download installation tarball
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: win-installer
- name: Unzip installer
run: 7z x *.zip
shell: cmd
- name: Get NONMEM
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: cache-workaround
- name: Unzip NONMEM
Expand Down Expand Up @@ -616,15 +616,15 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Get PsN installer
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: targz
- name: Get docs
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: docs
- name: Get Windows installer
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: win-installer
- name: Release
Expand Down

0 comments on commit 363d814

Please sign in to comment.