File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 97
97
*.cache-to=type=gha,scope=artifact-${{ env.PLATFORM_PAIR }},mode=max
98
98
-
99
99
name : Upload artifact
100
- uses : actions/upload-artifact@v3
100
+ uses : actions/upload-artifact@v4
101
101
with :
102
- name : swarm-cronjob
102
+ name : swarm-cronjob-${{ env.PLATFORM_PAIR }}
103
103
path : ${{ env.DESTDIR }}
104
104
if-no-files-found : error
105
105
@@ -113,10 +113,11 @@ jobs:
113
113
uses : actions/checkout@v4
114
114
-
115
115
name : Download artifacts
116
- uses : actions/download-artifact@v3
116
+ uses : actions/download-artifact@v4
117
117
with :
118
- name : swarm-cronjob
119
118
path : ${{ env.DESTDIR }}
119
+ pattern : swarm-cronjob-*
120
+ merge-multiple : true
120
121
-
121
122
name : Set up Docker Buildx
122
123
uses : docker/setup-buildx-action@v3
You can’t perform that action at this time.
0 commit comments