Skip to content

Commit b5f3dda

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 406d644 commit b5f3dda

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: dotnet build --configuration Debug --no-restore
5252

5353
- name: Upload Build Artifacts
54-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
54+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5555
with:
5656
name: build-artifacts
5757
path: |
@@ -98,7 +98,7 @@ jobs:
9898
thresholds: "10 30"
9999

100100
- name: Upload Code Coverage Results
101-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
101+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
102102
with:
103103
name: coverage-results
104104
path: |
@@ -113,7 +113,7 @@ jobs:
113113
files: "tests/**/TestResults.xml"
114114

115115
- name: Upload Test Artifacts
116-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
116+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
117117
with:
118118
name: test-results
119119
path: "tests/**/TestResults.xml"

.github/workflows/ci-manual-build-test-sign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
Get-ChildItem -Path ${{ env.nupkgDirectory }} -Recurse -Force
7878
7979
- name: Upload unsigned nupkgs
80-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
80+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
8181
with:
8282
name: build-artifacts
8383
path: ${{ env.nupkgDirectory }}/*

0 commit comments

Comments
 (0)