Skip to content

Commit

Permalink
actions/upload-artifact@v3 is deprecated, move to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Earu authored Oct 5, 2024
1 parent c5566b4 commit 8a8791c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
name: Build & Publish
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: dotnet publish -c Release -r ${{ matrix.runtime }} --self-contained -p:PublishSingleFile=true -o ./publish/${{ matrix.os }}/${{ matrix.arch }}

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-${{ matrix.arch }}
path: ./publish/${{ matrix.os }}/${{ matrix.arch }}

0 comments on commit 8a8791c

Please sign in to comment.