Skip to content

Commit

Permalink
maintenance: upgrade ci images
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Apr 26, 2024
1 parent 7b5f7c2 commit 03674b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2

- name: Initialize submodules
run: git submodule update --init
Expand Down Expand Up @@ -92,13 +92,13 @@ jobs:
shell: bash

- name: Publish Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-ubuntu-22.04-binary
path: Source/build/artifacts

- name: Publish Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux-ubuntu-22.04-appimage
path: dolphin-memory-engine.AppImage
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
shell: bash

- name: Publish Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: macOS-intel
path: Source/build/artifacts

0 comments on commit 03674b0

Please sign in to comment.