Skip to content

Commit

Permalink
github: Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
darktohka committed Mar 12, 2024
1 parent 5e86f2e commit db82ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: windows-2019
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Visual Studio
uses: ilammy/msvc-dev-cmd@v1
- name: Build executable
Expand All @@ -31,7 +31,7 @@ jobs:
working-directory: FlashPatch/bin
run: >
rm cert.pfx
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: FlashPatch
path: FlashPatch/bin/FlashPatch.exe

0 comments on commit db82ba7

Please sign in to comment.