From 73a5788eea1d22f5698f372c759df6e939bf9429 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Mon, 30 Mar 2026 21:00:31 +0200 Subject: [PATCH] chore: bump actions, we are on github --- .github/workflows/cross-compile.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cross-compile.yaml b/.github/workflows/cross-compile.yaml index 41e575d..77d7c06 100644 --- a/.github/workflows/cross-compile.yaml +++ b/.github/workflows/cross-compile.yaml @@ -51,7 +51,7 @@ jobs: meshbook.py - name: Upload binaries as artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: bin-linux path: ./dist @@ -121,7 +121,7 @@ jobs: meshbook.py - name: Upload binaries as artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: bin-windows path: ./dist @@ -136,7 +136,7 @@ jobs: uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: bin-linux path: ./bin @@ -172,7 +172,7 @@ jobs: go build -o ./patchworks ./src - name: upload the building actifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: package-linux64 path: | @@ -190,7 +190,7 @@ jobs: uses: actions/checkout@v6 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: bin-windows path: ./bin @@ -247,7 +247,7 @@ jobs: go build -o ./patchworks-debug.exe ./src - name: upload the building actifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: package-win64 path: |