Skip to content

Commit 7bf0fc5

Browse files
authored
Merge pull request #40 from DrHyde/dependabot/github_actions/actions/download-artifact-5.0.0
Bump actions/download-artifact from 4.3.0 to 5.0.0
2 parents a3ab90d + a122ab9 commit 7bf0fc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/freebsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
needs: build
2525
steps:
26-
- uses: actions/download-artifact@v4.3.0
26+
- uses: actions/download-artifact@v5.0.0
2727
with:
2828
name: dist-for-freebsd-install
2929
- name: Install on FreeBSD

.github/workflows/install-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
container:
2626
image: perl:5.34
2727
steps:
28-
- uses: actions/download-artifact@v4.3.0
28+
- uses: actions/download-artifact@v5.0.0
2929
with:
3030
name: dist-for-linux-install
3131
- name: Install on Linux

.github/workflows/openbsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
needs: build
2525
steps:
26-
- uses: actions/download-artifact@v4.3.0
26+
- uses: actions/download-artifact@v5.0.0
2727
with:
2828
name: dist-for-openbsd-install
2929
- name: Install on OpenBSD

0 commit comments

Comments
 (0)