Skip to content

Commit 26113f5

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1a591c commit 26113f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
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

0 commit comments

Comments
 (0)