Skip to content

Commit 0081921

Browse files
Update actions/upload-artifact digest to 4cec3d8
1 parent ec2cfd5 commit 0081921

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
@@ -53,14 +53,14 @@ jobs:
5353
cake-version: 1.3.0
5454

5555
- name: Upload Issues-Report
56-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
56+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
5757
with:
5858
if-no-files-found: warn
5959
name: ${{ matrix.os }} issues
6060
path: BuildArtifacts/report.html
6161

6262
- name: Upload Packages
63-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
63+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
6464
if: runner.os == 'Windows'
6565
with:
6666
if-no-files-found: warn

0 commit comments

Comments
 (0)