Skip to content

Commit

Permalink
ci: update actions/upload-artifact to v4 (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo authored Jan 23, 2025
1 parent ffdcf0e commit b293bee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-interop-hole-punch-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ runs:
fi
shell: bash

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-plans-output
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/run-interop-ping-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ runs:
fi
shell: bash

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: test-plans-output
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/run-perf-benchmark/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ runs:

- name: Archive
if: github.event.intputs.push == 'false'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: benchmark-results
path: perf/runner/benchmark-results.json
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/run-transport-interop-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ runs:
fi
shell: bash

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: test-plans-output
path: |
Expand Down

0 comments on commit b293bee

Please sign in to comment.