Skip to content

Commit

Permalink
actions/download-artifactもバージョン4に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeKato committed Jun 4, 2024
1 parent dcf6acc commit a002773
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 @@ -53,7 +53,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: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
path: ${{ env.SKETCHES_REPORTS_PATH }}
Expand Down

0 comments on commit a002773

Please sign in to comment.