Skip to content

Commit

Permalink
Merge pull request #15 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 committed Jan 2, 2024
2 parents d0f9a79 + 0db19d0 commit 6ce145d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: macos-12
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
Expand Up @@ -25,7 +25,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
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: macos-12
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

0 comments on commit 6ce145d

Please sign in to comment.