Skip to content

Commit 8c62444

Browse files
chore(deps): update actions/upload-artifact action to v4 (#1068)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6dceee2 commit 8c62444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run tests
3030
run: dotnet test --collect:"XPlat Code Coverage" --logger "GitHubActions"
3131
- name: Upload coverage
32-
uses: actions/upload-artifact@v3
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: Code coverage ${{ matrix.os }}
3535
path: "**/coverage.cobertura.xml"
@@ -80,7 +80,7 @@ jobs:
8080
- name: Create packages
8181
run: dotnet pack --configuration Release --output ./packages
8282
- name: Upload a Build Artifact
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: NuGet packages
8686
path: packages/*.*

0 commit comments

Comments
 (0)