Skip to content

Commit 9b3f888

Browse files
Update actions/upload-artifact digest to 6f51ac0 (#448)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f3c81f7 commit 9b3f888

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,23 +91,23 @@ jobs:
9191

9292
# Publish artifacts
9393
- name: Publish Issues-Report as build artifact
94-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
94+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
9595
if: matrix.os == 'windows-latest'
9696
with:
9797
if-no-files-found: warn
9898
name: Issue Report
9999
path: BuildArtifacts/report.html
100100

101101
- name: Publish NuGet package as build artifact
102-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
102+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
103103
if: matrix.os == 'ubuntu-22.04'
104104
with:
105105
if-no-files-found: warn
106106
name: NuGet Package
107107
path: BuildArtifacts/Packages/**/*
108108

109109
- name: Publish coverage artifact
110-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
110+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
111111
if: matrix.os == 'ubuntu-22.04'
112112
with:
113113
if-no-files-found: warn

.github/workflows/pr-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,23 @@ jobs:
7575

7676
# Publish
7777
- name: Publish Issues-Report as build artifact
78-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
78+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
7979
if: matrix.os == 'windows-latest'
8080
with:
8181
if-no-files-found: warn
8282
name: Issue Report
8383
path: BuildArtifacts/report.html
8484

8585
- name: Publish NuGet package as build artifact
86-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
86+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
8787
if: matrix.os == 'ubuntu-22.04'
8888
with:
8989
if-no-files-found: warn
9090
name: NuGet Package
9191
path: BuildArtifacts/Packages/**/*
9292

9393
- name: Publish coverage artifact
94-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
94+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
9595
if: matrix.os == 'ubuntu-22.04'
9696
with:
9797
if-no-files-found: warn

0 commit comments

Comments
 (0)