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 and cromedome committed Oct 29, 2024
1 parent 609d750 commit 23d5ae1
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 @@ -104,7 +104,7 @@ jobs:
name: Test Dancer on ${{ matrix.perl-version }}
steps:
- name: Download a single artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: the-dancer

Expand All @@ -131,7 +131,7 @@ jobs:
name: Test downstream on ${{ matrix.perl-version }}
steps:
- name: Download a single artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: the-dancer

Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:

steps:
- name: Download a single artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: the-dancer

Expand Down

0 comments on commit 23d5ae1

Please sign in to comment.