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
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
DrHyde committed Jan 2, 2024
2 parents aa75fad + 9146d9f commit de9c46d
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
perl Makefile.PL
make test
make dist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist-for-installation-test
path: '*.tar.gz'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
perl Makefile.PL
make test
make dist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist-for-installation-test
path: '*.tar.gz'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
perl Makefile.PL
make test
make dist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist-for-installation-test
path: '*.tar.gz'
Expand Down

0 comments on commit de9c46d

Please sign in to comment.