Skip to content

Commit a002773

Browse files
committed
actions/download-artifactもバージョン4に更新
1 parent dcf6acc commit a002773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-sketches.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
# This step is needed to get the size data produced by the compile jobs
5555
- name: Download sketches reports artifact
56-
uses: actions/download-artifact@v3
56+
uses: actions/download-artifact@v4
5757
with:
5858
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
5959
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)