Skip to content

Commit

Permalink
Update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordmau5 committed Sep 10, 2024
1 parent a1aa3b6 commit 41886b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup
uses: ilammy/msvc-dev-cmd@v1.12.0
uses: ilammy/msvc-dev-cmd@v1.13.0
with:
arch: x86

- name: Cache bin
id: cache-bin
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: bin
key: ${{ runner.os }}-bin
Expand All @@ -40,19 +40,19 @@ jobs:
cp ChaosModComplementaries.SA.asi output_SA/ChaosModComplementaries.SA.asi
- name: Upload III
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: "ChaosModComplementaries.III"
path: bin/output_III

- name: Upload VC
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: "ChaosModComplementaries.VC"
path: bin/output_VC

- name: Upload SA
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: "ChaosModComplementaries.SA"
path: bin/output_SA
Expand Down

0 comments on commit 41886b6

Please sign in to comment.