From bb228c393deff09908c0d440d000f4848ae5d344 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sun, 6 Oct 2024 10:13:11 +0200 Subject: [PATCH] update actions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8f8c588..7745ddc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,7 +49,7 @@ jobs: libd3dadapter9-mesa-dev libd3dadapter9-mesa-dev:i386 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup environment @@ -62,12 +62,12 @@ jobs: - name: Compile run: ./release.sh -o "${RELEASE_TARBALL}" -- -Ddri2=true -Ddistro-independent=true - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build path: ${{ env.RELEASE_TARBALL }} - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: files: ${{ env.RELEASE_TARBALL }}