File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 ${{ matrix.archive_util }} -cz ${{ env.PROJECT_NAME }}_${{ matrix.package_platform }} -f ${{ env.PROJECT_NAME }}_${GITHUB_REF/refs\/tags\//}_${{ matrix.package_platform }}.tar.gz
111111
112112 - name : Upload artifacts
113- uses : actions/upload-artifact@v6
113+ uses : actions/upload-artifact@v7
114114 with :
115115 if-no-files-found : error
116116 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.package_platform }}
@@ -181,7 +181,7 @@ jobs:
181181 sudo tar -cz ${{ env.PROJECT_NAME }}_${{ matrix.package_platform }} -f ${{ env.PROJECT_NAME }}_${GITHUB_REF/refs\/tags\//}_${{ matrix.package_platform }}.tar.gz #dist dir is created in the container with different user/grp
182182
183183 - name : Upload artifacts
184- uses : actions/upload-artifact@v6
184+ uses : actions/upload-artifact@v7
185185 with :
186186 if-no-files-found : error
187187 name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.package_platform }}
@@ -258,7 +258,7 @@ jobs:
258258 tar -czvf "${PACKAGE_FILENAME}" "${{ env.PROJECT_NAME }}_macOS_64bit"
259259
260260 - name : Upload notarized artifact
261- uses : actions/upload-artifact@v6
261+ uses : actions/upload-artifact@v7
262262 with :
263263 if-no-files-found : error
264264 name : ${{ env.ARTIFACT_PREFIX }}${{ env.ARTIFACT_SUFFIX }}
Original file line number Diff line number Diff line change 7171 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
7272
7373 - name : Pass configuration files to next job via workflow artifact
74- uses : actions/upload-artifact@v6
74+ uses : actions/upload-artifact@v7
7575 with :
7676 path : |
7777 *.yaml
You can’t perform that action at this time.
0 commit comments