We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3167823 commit f777c6eCopy full SHA for f777c6e
.github/workflows/build.yaml
@@ -63,15 +63,15 @@ jobs:
63
target: CI
64
cake-version: 1.3.0
65
- name: Upload Issues
66
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
+ uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
67
with:
68
if-no-files-found: warn
69
name: ${{ matrix.os }} Issues
70
path: |
71
BuildArtifacts/report.html
72
BuildArtifacts/**/coverlet/*.xml
73
- name: Upload Packages
74
75
if: runner.os == 'Windows'
76
77
0 commit comments