Skip to content

Commit 9eba8e8

Browse files
Update actions/upload-artifact digest to 834a144
1 parent 9c392e2 commit 9eba8e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ jobs:
7777
cake-version: tool-manifest
7878

7979
- name: Upload Issues-Report
80-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
80+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
8181
with:
8282
if-no-files-found: warn
8383
name: ${{ matrix.os }} Issues
8484
path: BuildArtifacts/report.html
8585

8686
- name: Upload Packages
8787
if: runner.os == 'Windows'
88-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
88+
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
8989
with:
9090
if-no-files-found: warn
9191
name: package

0 commit comments

Comments
 (0)