File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229229 shell : bash
230230
231231 - name : Upload artifact
232- uses : actions/upload-artifact@v4
232+ uses : actions/upload-artifact@v5
233233 with :
234234 name : ${{ matrix.os_name }}
235235 path : dist/datex-${{ matrix.target }}.zip
@@ -247,7 +247,7 @@ jobs:
247247 ref : ${{ needs.get-ref.outputs.ref }}
248248
249249 - name : Download artifacts
250- uses : actions/download-artifact@v4
250+ uses : actions/download-artifact@v6
251251 with :
252252 path : dist
253253
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 shell : bash
128128
129129 - name : Upload artifact
130- uses : actions/upload-artifact@v4
130+ uses : actions/upload-artifact@v5
131131 with :
132132 name : ${{ matrix.os_name }}
133133 path : dist/datex-${{ matrix.target }}.zip
@@ -139,7 +139,7 @@ jobs:
139139
140140 steps :
141141 - name : Download all artifacts
142- uses : actions/download-artifact@v4
142+ uses : actions/download-artifact@v6
143143 with :
144144 path : dist
145145
You can’t perform that action at this time.
0 commit comments