From 75273c4a2deef2c6337d95a74183d2de15a64489 Mon Sep 17 00:00:00 2001 From: balsamiqFlorian Date: Wed, 11 Dec 2024 14:24:30 +0100 Subject: [PATCH 1/2] build: update github commands --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b42892a..bc3c62f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -64,7 +64,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./out - name: Archive artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ env.ZIP_NAME }} path: | @@ -84,7 +84,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download artefact files - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: ${{ env.ZIP_NAME }} path: ${{ env.ZIP_NAME }} From f8dc431a25787f89a19c336420f360c224163d66 Mon Sep 17 00:00:00 2001 From: balsamiqFlorian Date: Wed, 11 Dec 2024 14:26:43 +0100 Subject: [PATCH 2/2] build: update github actions --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bc3c62f..f2d9f58 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -64,7 +64,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./out - name: Archive artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.ZIP_NAME }} path: |