Skip to content

Commit 874727b

Browse files
committed
Update GitHub Action workflows to actions/upload-artifact@v6 (8.5)
1 parent 872c9bd commit 874727b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/real-time-benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
git push
291291
- name: Upload artifact
292292
if: github.event_name == 'workflow_dispatch'
293-
uses: actions/upload-artifact@v4
293+
uses: actions/upload-artifact@v6
294294
with:
295295
name: results
296296
path: ./php-version-benchmarks/docs/results/${{ env.YEAR }}

0 commit comments

Comments
 (0)