We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc97b6 commit c783922Copy full SHA for c783922
.github/workflows/build.yml
@@ -47,11 +47,11 @@ jobs:
47
dotnet pack src/Fdc3.AppDirectory/Finos.Fdc3.AppDirectory.csproj --no-build --configuration Release --output packages
48
49
- name: Upload
50
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
51
with:
52
name: package
53
path: packages/*.nupkg
54
if-no-files-found: error
55
56
- name: Codecov
57
- uses: codecov/codecov-action@v3.1.4
+ uses: codecov/codecov-action@v3.1.4
0 commit comments