Skip to content

Commit f777c6e

Browse files
(maint) Update actions/upload-artifact action to v4.4.2
1 parent 3167823 commit f777c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
66+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
74+
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
7575
if: runner.os == 'Windows'
7676
with:
7777
if-no-files-found: warn

0 commit comments

Comments
 (0)