From 512d6514c8b68c58dea3cefb37cab0ca8228e861 Mon Sep 17 00:00:00 2001 From: Max Gaukler Date: Wed, 16 Oct 2024 20:09:41 +0200 Subject: [PATCH] CI: Update GH-actions dependencies including necessary fixups --- .github/workflows/github-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-build.yml b/.github/workflows/github-build.yml index 63c5c624..be98ad95 100644 --- a/.github/workflows/github-build.yml +++ b/.github/workflows/github-build.yml @@ -40,9 +40,9 @@ jobs: bash ../distribute/distribute-docker.sh ${{ matrix.target }} - name: Archive built files - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4.4.3 with: - name: output binaries + name: output binaries ${{ matrix.target }} path: | output/* @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.8 - name: Inspect directory after downloading artifacts run: ls -alFR - name: Create release and upload artifacts