Skip to content

Commit 094a389

Browse files
authored
CI: update actions/upload-artifact to v4
1 parent 1912d46 commit 094a389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
- name: Build
2525
run: dotnet build --configuration Release --no-restore
2626
- name: Upload Build Fail Artifacts
27-
uses: actions/upload-artifact@v2
27+
uses: actions/upload-artifact@v4
2828
if: failure()
2929
with:
3030
name: build-fail-artifact
3131
path: ${{ github.workspace }}
3232
- name: Test
3333
run: dotnet test --no-restore
3434
- name: Upload Test Fail Artifacts
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v4
3636
if: failure()
3737
with:
3838
name: test-fail-artifact

0 commit comments

Comments
 (0)