Skip to content

Commit 49ac5c3

Browse files
authored
Merge pull request #210 from arduino/dependabot/github_actions/dot-github/workflows/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5 in /.github/workflows
2 parents d69b347 + aaf2f55 commit 49ac5c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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 }}

.github/workflows/sync-labels-npm.yml

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

0 commit comments

Comments
 (0)