We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1912d46 commit 094a389Copy full SHA for 094a389
.github/workflows/main.yml
@@ -24,15 +24,15 @@ jobs:
24
- name: Build
25
run: dotnet build --configuration Release --no-restore
26
- name: Upload Build Fail Artifacts
27
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
28
if: failure()
29
with:
30
name: build-fail-artifact
31
path: ${{ github.workspace }}
32
- name: Test
33
run: dotnet test --no-restore
34
- name: Upload Test Fail Artifacts
35
36
37
38
name: test-fail-artifact
0 commit comments