Skip to content

Commit 0ae49b8

Browse files
Update actions/upload-artifact digest to b4b15b8
1 parent 805c1dd commit 0ae49b8

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
@@ -78,15 +78,15 @@ jobs:
7878
cake-version: tool-manifest
7979

8080
- name: Upload Issues-Report
81-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
81+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
8282
with:
8383
if-no-files-found: warn
8484
name: ${{ matrix.os }} Issues
8585
path: BuildArtifacts/report.html
8686

8787
- name: Upload Packages
8888
if: runner.os == 'Windows'
89-
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
89+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
9090
with:
9191
if-no-files-found: warn
9292
name: package

0 commit comments

Comments
 (0)