Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and talisein committed Dec 18, 2023
1 parent b4a710c commit 0631809
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- run: |
chmod u+x dregarnuhr-ubuntu-22.04-gcc/dregarnuhr
Expand All @@ -292,7 +292,7 @@ jobs:
runs-on: macos-11
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- run: |
chmod u+x dregarnuhr-macos-12-gcc/dregarnuhr
Expand All @@ -303,7 +303,7 @@ jobs:
runs-on: macos-12
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- run: |
chmod u+x dregarnuhr-macos-12-gcc/dregarnuhr
Expand All @@ -314,7 +314,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- run: dregarnuhr-windows-latest/dregarnuhr.exe --check --verbose

Expand All @@ -337,7 +337,7 @@ jobs:
draft: true

- name: Download Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- id: myref
env:
Expand Down

0 comments on commit 0631809

Please sign in to comment.