Skip to content

Commit

Permalink
Merge pull request #138 from DrHyde/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
DrHyde authored Jan 2, 2024
2 parents a925ab2 + ce031cc commit 7ba4bb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: macos-latest
needs: build
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist-for-freebsd-install
- name: Install on FreeBSD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
container:
image: perl:5.34
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist-for-linux-install
- name: Install on Linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: macos-latest
needs: build
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist-for-openbsd-install
- name: Install on OpenBSD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
distribution: strawberry
perl-version: ${{ matrix.perl-version }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist-for-windows-install
- name: Install on Windows
Expand Down

0 comments on commit 7ba4bb9

Please sign in to comment.