Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1b9a7a3

Browse files
[skip changelog] Bump actions/upload-artifact from 5 to 6 (#3066)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f122326 commit 1b9a7a3

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

‎.github/workflows/check-go-dependencies-task.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# Some might find it convenient to have CI generate the cache rather than setting up for it locally
103103
- name: Upload cache to workflow artifact
104104
if: failure() && steps.diff.outcome == 'failure'
105-
uses: actions/upload-artifact@v5
105+
uses: actions/upload-artifact@v6
106106
with:
107107
if-no-files-found: error
108108
include-hidden-files: true

‎.github/workflows/publish-go-nightly-task.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: echo "version=$(task general:get-version)" >> $GITHUB_OUTPUT
7777

7878
- name: Upload artifacts
79-
uses: actions/upload-artifact@v5
79+
uses: actions/upload-artifact@v6
8080
with:
8181
if-no-files-found: error
8282
name: ${{ env.ARTIFACT_NAME }}-${{ matrix.os.task }}
@@ -185,7 +185,7 @@ jobs:
185185
echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
186186
187187
- name: Upload notarized artifact
188-
uses: actions/upload-artifact@v5
188+
uses: actions/upload-artifact@v6
189189
with:
190190
if-no-files-found: error
191191
name: ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}
@@ -240,7 +240,7 @@ jobs:
240240
"${{ env.SIGNTOOL_PATH }}" sign -d "Arduino CLI" -f ${{ env.INSTALLER_CERT_WINDOWS_CER}} -csp "eToken Base Cryptographic Provider" -k "[{{${{ env.CERT_PASSWORD }}}}]=${{ env.CONTAINER_NAME }}" -fd sha256 -tr http://timestamp.digicert.com -td SHA256 -v "${{ env.MSI_FILE }}"
241241
242242
- name: Upload artifacts
243-
uses: actions/upload-artifact@v5
243+
uses: actions/upload-artifact@v6
244244
env:
245245
MSI_FILE: ${{ steps.buildmsi.outputs.msi }}
246246
with:

‎.github/workflows/publish-go-tester-task.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
152152
# Transfer builds to artifacts job
153153
- name: Upload build artifact
154-
uses: actions/upload-artifact@v5
154+
uses: actions/upload-artifact@v6
155155
with:
156156
path: ${{ env.DIST_DIR }}/${{ matrix.artifact.path }}
157157
name: ${{ matrix.artifact.name }}
@@ -178,7 +178,7 @@ jobs:
178178
done
179179
180180
- name: Upload checksum artifact
181-
uses: actions/upload-artifact@v5
181+
uses: actions/upload-artifact@v6
182182
with:
183183
path: ./*checksums.txt
184184
name: checksums

‎.github/workflows/release-go-task.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: echo "version=$(task general:get-version)" >> $GITHUB_OUTPUT
7575

7676
- name: Upload artifacts
77-
uses: actions/upload-artifact@v5
77+
uses: actions/upload-artifact@v6
7878
with:
7979
if-no-files-found: error
8080
name: ${{ env.ARTIFACT_NAME }}-${{ matrix.env.os }}
@@ -183,7 +183,7 @@ jobs:
183183
echo "PACKAGE_FILENAME=$PACKAGE_FILENAME" >> $GITHUB_ENV
184184
185185
- name: Upload notarized artifact
186-
uses: actions/upload-artifact@v5
186+
uses: actions/upload-artifact@v6
187187
with:
188188
if-no-files-found: error
189189
name: ${{ env.ARTIFACT_NAME }}-${{ matrix.artifact.artifact-suffix }}
@@ -238,7 +238,7 @@ jobs:
238238
"${{ env.SIGNTOOL_PATH }}" sign -d "Arduino CLI" -f ${{ env.INSTALLER_CERT_WINDOWS_CER}} -csp "eToken Base Cryptographic Provider" -k "[{{${{ env.CERT_PASSWORD }}}}]=${{ env.CONTAINER_NAME }}" -fd sha256 -tr http://timestamp.digicert.com -td SHA256 -v "${{ env.MSI_FILE }}"
239239
240240
- name: Upload artifacts
241-
uses: actions/upload-artifact@v5
241+
uses: actions/upload-artifact@v6
242242
env:
243243
MSI_FILE: ${{ steps.buildmsi.outputs.msi }}
244244
with:

‎.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@v5
74+
uses: actions/upload-artifact@v6
7575
with:
7676
path: |
7777
*.yaml

‎.github/workflows/test-go-task.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
mv coverage_integration.txt coverage_integration_${{ matrix.operating-system }}_${{ matrix.tests }}.txt
115115
116116
- name: Upload coverage data to workflow artifact
117-
uses: actions/upload-artifact@v5
117+
uses: actions/upload-artifact@v6
118118
with:
119119
if-no-files-found: error
120120
name: ${{ env.COVERAGE_ARTIFACT }}-test-integration-${{ matrix.operating-system }}-${{ matrix.tests }}
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Upload coverage data to workflow artifact
159159
if: runner.os == 'Linux'
160-
uses: actions/upload-artifact@v5
160+
uses: actions/upload-artifact@v6
161161
with:
162162
if-no-files-found: error
163163
name: ${{ env.COVERAGE_ARTIFACT }}-test-${{ matrix.operating-system }}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /