From eea32113ea59060b2bdd364bf5c9c3259e0de1ec Mon Sep 17 00:00:00 2001 From: Amir Szekely Date: Wed, 4 Sep 2024 13:47:34 +0000 Subject: [PATCH] update github actions git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7441 212acab6-be3b-0410-9dea-997c60f758d6 --- .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 9bac6f3254..e975841670 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Brew Dependencies run: | brew install scons mingw-w64 zlib @@ -72,7 +72,7 @@ jobs: zip $zip build.log if: matrix.nightly == 'nightly' && github.ref == 'refs/heads/master' - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build.zip path: nsis-*.zip @@ -84,7 +84,7 @@ jobs: needs: [build] steps: - name: Download a single artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: build.zip - name: Upload to SourceForge