Skip to content

Commit

Permalink
Merge 103901e into 4a510eb
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 20, 2023
2 parents 4a510eb + 103901e commit dd74998
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-installation-test
- 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-installation-test
- 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-installation-test
- name: Install on OpenBSD
Expand Down

0 comments on commit dd74998

Please sign in to comment.