Skip to content

Commit

Permalink
chore: bump actions/upload-artifact from 2 to 3 (#248)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 13, 2022
1 parent 69c69ee commit b8fce5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Store results
if: matrix.php-version == env.default-php-version && matrix.laravel_version == env.default-laravel-version
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: results
path: results
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

- name: Store changelog file
if: steps.semantic.outputs.new_release_published == 'true'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: changelog
path: CHANGELOG.md

0 comments on commit b8fce5d

Please sign in to comment.