Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7441 212acab6-be3b-0410-9dea-997c60f758d6
  • Loading branch information
kichik committed Sep 4, 2024
1 parent 16edb74 commit eea3211
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit eea3211

Please sign in to comment.