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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 145b9a2 commit 700fbe2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
set -eux
sudo bash .github/scripts/clean_ubuntu.sh
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: dist-cpu-linux-64-${{ github.run_number }}
path: ./dist
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
set -eux
sudo bash .github/scripts/clean_ubuntu.sh
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: dist-cpu-linux-64-${{ github.run_number }}
path: ./dist
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: dist-cpu-osx-64-${{ github.run_number }}
path: ./dist
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: dist-cpu-osx-64-${{ github.run_number }}
path: ./dist
Expand Down Expand Up @@ -548,7 +548,7 @@ jobs:
Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Nls\CodePage" -Name "OEMCP" -Type String -Value 65001
Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Nls\CodePage" -Name "MACCP" -Type String -Value 65001
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: dist-cpu-win-64-${{ github.run_number }}
path: ./dist
Expand Down Expand Up @@ -607,7 +607,7 @@ jobs:
Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Nls\CodePage" -Name "OEMCP" -Type String -Value 65001
Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Nls\CodePage" -Name "MACCP" -Type String -Value 65001
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: dist-cpu-win-64-${{ github.run_number }}
path: ./dist
Expand Down Expand Up @@ -764,7 +764,7 @@ jobs:
set -eux
sudo bash .github/scripts/clean_ubuntu.sh
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: dist-gpu-linux-64-${{ github.run_number }}
path: ./dist
Expand Down Expand Up @@ -818,7 +818,7 @@ jobs:
set -eux
sudo bash .github/scripts/clean_ubuntu.sh
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: dist-gpu-linux-64-${{ github.run_number }}
path: ./dist
Expand Down Expand Up @@ -906,7 +906,7 @@ jobs:
run: df -h

- name: download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
path: artifacts

Expand Down

0 comments on commit 700fbe2

Please sign in to comment.