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] committed Sep 3, 2024
1 parent e680538 commit 68b1613
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
EXTRA_ENV: ${{ github.event.inputs.extra-env }}
steps:
- name: Retrieve sources
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: sources
- name: Configure core dumps
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
CLOUDSMITH_REPOSITORY: nxadm-pkgs/rakudo-pkg
steps:
- name: Retrieve sources
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: sources
- name: Create build environment
Expand All @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download packages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: packages
path: packages
Expand All @@ -98,11 +98,11 @@ jobs:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
steps:
- name: Retrieve sources
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: sources
- name: Download packages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: packages
path: packages
Expand Down

0 comments on commit 68b1613

Please sign in to comment.