Skip to content

Commit 8ec7a40

Browse files
Bump actions/upload-artifact from 4 to 5 (#1908)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89c3183 commit 8ec7a40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/baseline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
BUILD_TAG=${GITHUB_SHA:0:7}
8282
echo "BUILD_TAG=$BUILD_TAG" >> $GITHUB_ENV
8383
84-
- uses: actions/upload-artifact@v4
84+
- uses: actions/upload-artifact@v5
8585
with:
8686
name: flow-${{ env.BUILD_TAG }}.phar
8787
path: build/flow.phar
@@ -142,7 +142,7 @@ jobs:
142142
echo '```' >> $GITHUB_STEP_SUMMARY
143143
144144
- name: "Store Benchmark baseline"
145-
uses: actions/upload-artifact@v4
145+
uses: actions/upload-artifact@v5
146146
with:
147147
name: phpbench-baseline
148148
path: ./var/phpbench/

.github/workflows/job-benchmark-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
echo ' '
115115
} >> "./var/phpbench/summary.txt"
116116
117-
- uses: actions/upload-artifact@v4
117+
- uses: actions/upload-artifact@v5
118118
with:
119119
name: phpbench
120120
path: ./var/phpbench/summary.txt
@@ -124,7 +124,7 @@ jobs:
124124
run: echo ${{ github.event.pull_request.number }} > ./pr-id.txt
125125

126126
- name: Upload PR number
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v5
128128
with:
129129
name: pr
130130
path: ./pr-id.txt

0 commit comments

Comments
 (0)