We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b35bd9 commit 56685f5Copy full SHA for 56685f5
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
run: dotnet cake --target=Pack
53
shell: pwsh
54
- name: "Publish Artefacts"
55
- uses: actions/upload-artifact@v3.1.1
+ uses: actions/upload-artifact@v3.1.2
56
if: always()
57
with:
58
name: ${{matrix.os}}
0 commit comments