Skip to content

Commit 0b986dd

Browse files
committed
Merge branch 'stable' into development
2 parents 37ce537 + 562aea5 commit 0b986dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/package-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

.github/workflows/test_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)