Skip to content

Commit

Permalink
actions/upload-artifactのバージョンを4に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Jun 4, 2024
1 parent 87a5123 commit dcf6acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile-sketches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# This step is needed to pass the size data to the report job
- name: Upload sketches report to workflow artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
path: ${{ env.SKETCHES_REPORTS_PATH }}
Expand Down

0 comments on commit dcf6acc

Please sign in to comment.