Skip to content

Commit dcf6acc

Browse files
committed
actions/upload-artifactのバージョンを4に更新
1 parent 87a5123 commit dcf6acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile-sketches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
# This step is needed to pass the size data to the report job
4343
- name: Upload sketches report to workflow artifact
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: ${{ env.SKETCHES_REPORTS_ARTIFACT_NAME }}
4747
path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)