Skip to content

Commit 1799ce8

Browse files
Update actions/upload-artifact digest to 5076954
1 parent 5bc2248 commit 1799ce8

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
@@ -76,7 +76,7 @@ jobs:
7676

7777
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
7878
- name: Upload Issues
79-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
79+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
8080
with:
8181
if-no-files-found: warn
8282
name: ${{ matrix.os }} Issues
@@ -85,7 +85,7 @@ jobs:
8585
BuildArtifacts/**/coverlet/*.xml
8686
8787
- name: Upload Packages
88-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
88+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
8989
if: runner.os == 'Windows'
9090
with:
9191
if-no-files-found: warn

0 commit comments

Comments
 (0)