Skip to content

Commit a11d772

Browse files
Update actions/upload-artifact digest to 65c4c4a
1 parent 6b57492 commit a11d772

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
@@ -66,15 +66,15 @@ jobs:
6666
target: CI
6767
cake-version: tool-manifest
6868
- name: Upload Issues
69-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
69+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
7070
with:
7171
if-no-files-found: warn
7272
name: ${{ matrix.os }} Issues
7373
path: |
7474
BuildArtifacts/report.html
7575
BuildArtifacts/**/coverlet/*.xml
7676
- name: Upload Packages
77-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
77+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
7878
if: runner.os == 'Windows'
7979
with:
8080
if-no-files-found: warn

0 commit comments

Comments
 (0)