Skip to content

Commit a0f232b

Browse files
dependabot[bot]norberttech
authored andcommitted
build(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d0dc05 commit a0f232b

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
@@ -84,7 +84,7 @@ jobs:
8484
BUILD_TAG=${GITHUB_SHA:0:7}
8585
echo "BUILD_TAG=$BUILD_TAG" >> $GITHUB_ENV
8686
87-
- uses: actions/upload-artifact@v5
87+
- uses: actions/upload-artifact@v6
8888
with:
8989
name: flow-${{ env.BUILD_TAG }}.phar
9090
path: build/flow.phar
@@ -145,7 +145,7 @@ jobs:
145145
echo '```' >> $GITHUB_STEP_SUMMARY
146146
147147
- name: "Store Benchmark baseline"
148-
uses: actions/upload-artifact@v5
148+
uses: actions/upload-artifact@v6
149149
with:
150150
name: phpbench-baseline
151151
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@v5
117+
- uses: actions/upload-artifact@v6
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@v5
127+
uses: actions/upload-artifact@v6
128128
with:
129129
name: pr
130130
path: ./pr-id.txt

0 commit comments

Comments
 (0)