Skip to content

Commit

Permalink
[CI] Upgrade (upload|download)-artifact GH action to v4 (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmis authored Apr 23, 2024
1 parent 5ab499f commit 0612ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
path: monitoring

- name: Get uss_qualifier reports
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./artifacts

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/monitoring-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
run: ${{ inputs.script }}
- name: Save containers and tracer logs as artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: monitoring-test-${{ inputs.name }}-logs
path: |
logs
monitoring/mock_uss/output
- name: Save USS qualifier reports as artifact
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: monitoring-test-${{ inputs.name }}-reports
path: |
Expand Down

0 comments on commit 0612ece

Please sign in to comment.