Skip to content

Commit 9976c02

Browse files
authored
Merge pull request #294 from cake-contrib/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
2 parents 2d9352b + d8815ee commit 9976c02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
7777
- name: Upload Issues
78-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
78+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
7979
with:
8080
if-no-files-found: warn
8181
name: ${{ matrix.os }} Issues
@@ -84,7 +84,7 @@ jobs:
8484
BuildArtifacts/**/coverlet/*.xml
8585
8686
- name: Upload Packages
87-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
87+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
8888
if: runner.os == 'Windows'
8989
with:
9090
if-no-files-found: warn

0 commit comments

Comments
 (0)