Movatterモバイル変換


[0]ホーム

URL:


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

Commit19d8c65

Browse files
authored
Merge pull request#65 from arduino/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents81d3107 +7826692 commit19d8c65

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
env:
2121
CONFIGURATIONS_FOLDER:.github/label-configuration-files
22-
CONFIGURATIONS_ARTIFACT:label-configuration-files
22+
CONFIGURATIONS_ARTIFACT_PREFIX:label-configuration-file-
2323

2424
jobs:
2525
check:
@@ -71,13 +71,13 @@ 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
7878
*.yml
7979
if-no-files-found:error
80-
name:${{ env.CONFIGURATIONS_ARTIFACT }}
80+
name:${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}${{ matrix.filename }}
8181

8282
sync:
8383
needs:download
@@ -108,16 +108,17 @@ jobs:
108108
-name:Checkout repository
109109
uses:actions/checkout@v4
110110

111-
-name:Download configurationfiles artifact
112-
uses:actions/download-artifact@v3
111+
-name:Download configurationfile artifacts
112+
uses:actions/download-artifact@v4
113113
with:
114-
name:${{ env.CONFIGURATIONS_ARTIFACT }}
114+
merge-multiple:true
115+
pattern:${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
115116
path:${{ env.CONFIGURATIONS_FOLDER }}
116117

117-
-name:Remove unneededartifact
118-
uses:geekyeggo/delete-artifact@v2
118+
-name:Remove unneededartifacts
119+
uses:geekyeggo/delete-artifact@v5
119120
with:
120-
name:${{ env.CONFIGURATIONS_ARTIFACT }}
121+
name:${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
121122

122123
-name:Merge label configuration files
123124
run:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp