Skip to content

Commit ddd9b89

Browse files
Update actions/upload-artifact action to v6
1 parent 2192cd7 commit ddd9b89

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
@@ -89,7 +89,7 @@ jobs:
8989

9090
# currently, Cake.Recipe does not upload artifacts when run on gh-actions
9191
- name: Upload Issues
92-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
92+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
9393
with:
9494
if-no-files-found: warn
9595
name: ${{ matrix.os }} Issues
@@ -98,7 +98,7 @@ jobs:
9898
BuildArtifacts/**/coverlet/*.xml
9999
100100
- name: Upload Packages
101-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
101+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
102102
if: runner.os == 'Windows'
103103
with:
104104
if-no-files-found: warn

0 commit comments

Comments
 (0)