Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact 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 c5ca16f commit 8283ef0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/git-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
flavor: build-installers
- name: Download bundle-artifacts
if: env.SKIP != 'true'
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: bundle-artifacts
path: bundle-artifacts
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
git config --global user.email "$USER_EMAIL"
- name: Download bundle-artifacts
if: env.SKIP != 'true'
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: bundle-artifacts
path: bundle-artifacts
Expand Down Expand Up @@ -354,13 +354,13 @@ jobs:
esac
- name: Download pkg-${{matrix.arch.name}}
if: env.SKIP != 'true'
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: pkg-${{matrix.arch.name}}
path: pkg-${{matrix.arch.name}}
- name: Download bundle-artifacts
if: env.SKIP != 'true'
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: bundle-artifacts
path: bundle-artifacts
Expand All @@ -375,7 +375,7 @@ jobs:
architecture: i686
- name: Download arm64 artifact
if: env.SKIP != 'true' && matrix.arch.arm64 == true
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: arm64-artifacts
path: ${{github.workspace}}/arm64
Expand Down Expand Up @@ -470,13 +470,13 @@ jobs:
esac
- name: Download pkg-x86_64
if: env.SKIP != 'true'
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: pkg-x86_64
path: pkg-x86_64
- name: Download bundle-artifacts
if: env.SKIP != 'true'
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4.1.7
with:
name: bundle-artifacts
path: bundle-artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
nr: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
steps:
- name: download tracked files and build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: windows-artifacts
path: ${{github.workspace}}
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
steps:
- uses: git-for-windows/setup-git-for-windows-sdk@v1
- name: download tracked files and build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: vs-artifacts-x64
path: ${{github.workspace}}
Expand Down

0 comments on commit 8283ef0

Please sign in to comment.