Skip to content

Commit dbb2e08

Browse files
committed
(maint) Update actions/upload-artifact action to v4.3.4
1 parent 6a19aee commit dbb2e08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ jobs:
6363
target: CI
6464
cake-version: 1.3.0
6565
- name: Upload Issues
66-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
66+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
6767
with:
6868
if-no-files-found: warn
6969
name: ${{ matrix.os }} Issues
7070
path: |
7171
BuildArtifacts/report.html
7272
BuildArtifacts/**/coverlet/*.xml
7373
- name: Upload Packages
74-
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
74+
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
7575
if: runner.os == 'Windows'
7676
with:
7777
if-no-files-found: warn

0 commit comments

Comments
 (0)