Skip to content

Commit

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

Bump actions/download-artifact from 2 to 3
  • Loading branch information
DrHyde committed Feb 18, 2023
2 parents 80ef791 + 3fbc11f commit 7e9b414
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-10.15
needs: build
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
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@v2
- uses: actions/download-artifact@v3
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-10.15
needs: build
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: dist-for-openbsd-install
- name: Install on OpenBSD
Expand Down

0 comments on commit 7e9b414

Please sign in to comment.