Changeset: 4b849053b394 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4b849053b394
Modified Files:
.github/workflows/linux.yml
Branch: unnest2
Log Message:
updated workflow
diffs (21 lines):
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -46,7 +46,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
ref: ${{ github.ref }}
@@ -163,7 +163,7 @@ jobs:
- name: Tar files
run: tar -cvf mtests.tar mTests
- name: Publish mtest results
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
with:
name: mtest-${{ github.sha }}-${{ matrix.os }}-${{ matrix.c_compiler
}}
path: mtests.tar
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]