Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#1136)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

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

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 Jul 22, 2024
1 parent ea6eb01 commit 51b6010
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
echo '```' >> $GITHUB_STEP_SUMMARY
- name: "Store Benchmark baseline"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: phpbench-baseline
path: ./var/phpbench/
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
BUILD_TAG=${GITHUB_SHA:0:7}
echo "BUILD_TAG=$BUILD_TAG" >> $GITHUB_ENV
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: flow-${{ env.BUILD_TAG }}.phar
path: build/flow.phar
4 changes: 2 additions & 2 deletions .github/workflows/test-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
echo ' '
} >> "./var/phpbench/summary.txt"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: phpbench
path: ./var/phpbench/summary.txt
Expand All @@ -118,7 +118,7 @@ jobs:
run: echo ${{ github.event.pull_request.number }} > ./pr-id.txt

- name: Upload PR number
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr
path: ./pr-id.txt
Expand Down

0 comments on commit 51b6010

Please sign in to comment.