File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115 # Some might find it convenient to have CI generate the cache rather than setting up for it locally
116116 - name : Upload cache to workflow artifact
117117 if : failure() && steps.diff.outcome == 'failure'
118- uses : actions/upload-artifact@v4
118+ uses : actions/upload-artifact@v5
119119 with :
120120 if-no-files-found : error
121121 include-hidden-files : true
Original file line number Diff line number Diff line change 7474 run : task dist:${{ matrix.os.task }}
7575
7676 - name : Upload artifacts
77- uses : actions/upload-artifact@v4
77+ uses : actions/upload-artifact@v5
7878 with :
7979 if-no-files-found : error
8080 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.os.artifact-suffix }}
@@ -206,7 +206,7 @@ jobs:
206206 "${{ env.BUILD_FOLDER }}/"
207207
208208 - name : Replace artifact with notarized build
209- uses : actions/upload-artifact@v4
209+ uses : actions/upload-artifact@v5
210210 with :
211211 if-no-files-found : error
212212 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
Original file line number Diff line number Diff line change 8484 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8585
8686 - name : Pass configuration files to next job via workflow artifact
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@v5
8888 with :
8989 path : ${{ matrix.filename }}
9090 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments