Skip to content

Commit

Permalink
Update actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Sep 13, 2024
1 parent dd794df commit 16bc5f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_release_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: (Fail-only) Upload paparazzi test reports
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-failures
path: |
Expand All @@ -53,7 +53,7 @@ jobs:

- name: (Fail-only) Upload instrumented test reports
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: instrumentation-test-report
path: instrumentation-test-build-reports.zip
Expand Down

0 comments on commit 16bc5f9

Please sign in to comment.