File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 package : ${{ github.event.inputs.package }}
2626
2727 - name : Upload errors
28- uses : actions/upload-artifact@v4
28+ uses : actions/upload-artifact@v5
2929 if : failure()
3030 with :
3131 name : ${{ github.event.inputs.package }}-errors
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ jobs:
243243
244244 - name : Upload build logs
245245 if : always()
246- uses : actions/upload-artifact@v4
246+ uses : actions/upload-artifact@v5
247247 with :
248248 name : ${{ matrix.build-system }}-${{ matrix.os }}-${{ matrix.compiler }}-logs
249249 path : |
@@ -267,7 +267,7 @@ jobs:
267267
268268 - name : Upload Macaulay2 package for Ubuntu (x86_64)
269269 if : matrix.build-system == 'cmake' && runner.os == 'Linux' && success()
270- uses : actions/upload-artifact@v4
270+ uses : actions/upload-artifact@v5
271271 with :
272272 name : Macaulay2-${{ env.GIT_COMMIT }}-ubuntu-x86_64
273273 path : |
You can’t perform that action at this time.
0 commit comments