Skip to content

Commit

Permalink
Merge 69540d4 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 + 69540d4 commit c7c8c37
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 @@ -14,7 +14,7 @@ jobs:
perl Makefile.PL
make test
make dist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: dist-for-installation-test
path: '*.tar.gz'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-linux.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
perl Makefile.PL
make test
make dist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: dist-for-installation-test
path: '*.tar.gz'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
perl Makefile.PL
make test
make dist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: dist-for-installation-test
path: '*.tar.gz'
Expand Down

0 comments on commit c7c8c37

Please sign in to comment.