Skip to content

Commit

Permalink
Update to upload-artifact v4 (#113)
Browse files Browse the repository at this point in the history
There was a mismatch between upload and download actions causing release failure
  • Loading branch information
bingenito authored Feb 15, 2024
1 parent 2bc97b6 commit c783922
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 @@ -47,11 +47,11 @@ jobs:
dotnet pack src/Fdc3.AppDirectory/Finos.Fdc3.AppDirectory.csproj --no-build --configuration Release --output packages

- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: package
path: packages/*.nupkg
if-no-files-found: error

- name: Codecov
uses: codecov/[email protected]
uses: codecov/[email protected]

0 comments on commit c783922

Please sign in to comment.