Skip to content

Commit

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

Bump actions/download-artifact from 2 to 3
  • Loading branch information
DrHyde committed Feb 19, 2023
2 parents 97e1167 + 4f7b13f commit 3983bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-linux.yml
Expand Up @@ -28,7 +28,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

0 comments on commit 3983bbb

Please sign in to comment.