Skip to content

Commit ca4d609

Browse files
committed
CI: updated to upload-artifact@v6
1 parent 2957023 commit ca4d609

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ape.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v6
2727
- run: .github/build.sh ape
28-
- uses: actions/upload-artifact@v4
28+
- uses: actions/upload-artifact@v6
2929
with:
3030
name: openpace-${{ github.ref_name }}-bin
3131
path:

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v6
2727
- run: .github/build.sh ubuntu
28-
- uses: actions/upload-artifact@v4
28+
- uses: actions/upload-artifact@v6
2929
with:
3030
name: openpace-${{ github.ref_name }}-src
3131
path:

0 commit comments

Comments
 (0)