Skip to content

Commit

Permalink
artifacts@v2 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Nov 7, 2024
1 parent 0d54b85 commit 83c2411
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 @@ -44,21 +44,21 @@ jobs:

- name: Archive production artifacts (Linux)
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-artifacts-linux
path: bin/linux/genie

- name: Archive production artifacts (macOS)
if: matrix.os == 'macos-latest'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-artifacts-macos
path: bin/darwin/genie

- name: Archive production artifacts (Windows)
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-artifacts-windows
path: bin/windows/genie.exe

0 comments on commit 83c2411

Please sign in to comment.