Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e888032

Browse files
committedJul 30, 2024
Updated sync-label job
1 parent 3b61c2e commit e888032

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/sync-labels.yml

Lines changed: 3 additions & 3 deletions
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@v3
74+
uses: actions/upload-artifact@v4
7575
with:
7676
path: |
7777
*.yaml
@@ -109,13 +109,13 @@ jobs:
109109
uses: actions/checkout@v4
110110

111111
- name: Download configuration files artifact
112-
uses: actions/download-artifact@v3
112+
uses: actions/download-artifact@v4
113113
with:
114114
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
115115
path: ${{ env.CONFIGURATIONS_FOLDER }}
116116

117117
- name: Remove unneeded artifact
118-
uses: geekyeggo/delete-artifact@v2
118+
uses: geekyeggo/delete-artifact@v5
119119
with:
120120
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
121121

0 commit comments

Comments
 (0)
Please sign in to comment.