mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Update GitHub Action workflows to actions/upload-artifact@v6 (8.5)
This commit is contained in:
2
.github/workflows/real-time-benchmark.yml
vendored
2
.github/workflows/real-time-benchmark.yml
vendored
@@ -290,7 +290,7 @@ jobs:
|
||||
git push
|
||||
- name: Upload artifact
|
||||
if: github.event_name == 'workflow_dispatch'
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: results
|
||||
path: ./php-version-benchmarks/docs/results/${{ env.YEAR }}
|
||||
|
||||
Reference in New Issue
Block a user