Skip to content

Commit

Permalink
[CI] Use v4 artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Jan 16, 2025
1 parent a501191 commit cad0919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
run: echo "::set-output name=short_sha::$(git rev-parse --short HEAD)"

- name: Upload size report as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: size-file-${{ steps.split.outputs._0 }}-${{ steps.split.outputs._1 }}-${{ steps.split.outputs._2 }}
path: extras/test/ci/size_${{ steps.short-hash.outputs.short_sha }}_${{ steps.split.outputs._0 }}-${{ steps.split.outputs._1 }}-${{ steps.split.outputs._2 }}.csv
Expand Down

0 comments on commit cad0919

Please sign in to comment.