Skip to content

Commit c783922

Browse files
authored
Update to upload-artifact v4 (#113)
There was a mismatch between upload and download actions causing release failure
1 parent 2bc97b6 commit c783922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747
dotnet pack src/Fdc3.AppDirectory/Finos.Fdc3.AppDirectory.csproj --no-build --configuration Release --output packages
4848

4949
- name: Upload
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: package
5353
path: packages/*.nupkg
5454
if-no-files-found: error
5555

5656
- name: Codecov
57-
uses: codecov/codecov-action@v3.1.4
57+
uses: codecov/codecov-action@v3.1.4

0 commit comments

Comments
 (0)