File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 run : ./.github/scripts/commit-and-read-benchmarks.sh benches "${{ github.event_name }}" "${{ github.repository }}"
138138
139139 - name : Upload benchmark results as artifacts
140- uses : actions/upload-artifact@v4
140+ uses : actions/upload-artifact@v5
141141 with :
142142 name : benchmark-results
143143 path : |
Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ jobs:
220220 printf "foundry_attestation=%s\n" "foundry_${VERSION_NAME}_${PLATFORM_NAME}_${ARCH}.attestation.txt" >> "$GITHUB_OUTPUT"
221221
222222 - name : Upload build artifacts
223- uses : actions/upload-artifact@v4
223+ uses : actions/upload-artifact@v5
224224 with :
225225 retention-days : 1
226226 name : ${{ steps.artifacts.outputs.file_name }}
You can’t perform that action at this time.
0 commit comments