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 accf518 commit 3539484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ jobs:
needs: [build-windows]
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: Oclgrind-${{ env.RELEASE_VERSION }}-Windows-Win32-llvm${{ env.RELEASE_LLVM }}
path: artifact/oclgrind-${{ env.RELEASE_VERSION }}/x86
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: Oclgrind-${{ env.RELEASE_VERSION }}-Windows-x64-llvm${{ env.RELEASE_LLVM }}
path: artifact/oclgrind-${{ env.RELEASE_VERSION }}/x64
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
LLVM_VERSION=${{ env.RELEASE_LLVM }} \
bash .github/workflows/install-deps.sh
- name: Download Oclgrind
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: Oclgrind-${{ env.RELEASE_VERSION }}-ubuntu-20.04-llvm${{ env.RELEASE_LLVM }}-Release-gcc
- name: Unpack Oclgrind
Expand Down

0 comments on commit 3539484

Please sign in to comment.