Skip to content

Commit

Permalink
Update the upload-artifact CI build action to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored and xperiandri committed Jul 19, 2024
1 parent 7191806 commit 7fc5737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
run: dotnet fake build --parallel 3
- name: publish build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fake-artifacts
name: fake-artifacts-${{ matrix.os }}
path: release/artifacts
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build
run: dotnet fake build -t Release_BuildAndTest --parallel 3
- name: publish build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: fake-artifacts
path: release/artifacts
Expand Down

0 comments on commit 7fc5737

Please sign in to comment.