Skip to content

Commit 97cd45c

Browse files
committed
Bump upload-artifact and actions/download-artifact from 3 to 4
1 parent 3ea1d70 commit 97cd45c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-npm-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@v3
105+
uses: actions/upload-artifact@v4
106106
with:
107107
if-no-files-found: error
108108
include-hidden-files: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
file-url: https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8181

8282
- name: Pass configuration files to next job via workflow artifact
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
path: |
8686
*.yaml
@@ -118,7 +118,7 @@ jobs:
118118
uses: actions/checkout@v4
119119

120120
- name: Download configuration files artifact
121-
uses: actions/download-artifact@v3
121+
uses: actions/download-artifact@v4
122122
with:
123123
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
124124
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
 (0)