Skip to content

Commit

Permalink
Update upload/download-artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tfry-git committed Sep 9, 2024
1 parent dfabbe3 commit 9e42314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}

- name: Save sketches report as workflow artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
if-no-files-found: error
path: ${{ env.SKETCHES_REPORTS_PATH }}
Expand All @@ -104,7 +104,7 @@ jobs:
steps:
# This step is needed to get the size data produced by the compile jobs
- name: Download sketches reports artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: sketches-reports-artifact
path: ${{ env.SKETCHES_REPORTS_PATH }}
Expand Down

0 comments on commit 9e42314

Please sign in to comment.