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 c3bca1a commit 1f20eadCopy full SHA for 1f20ead
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Basic Test
13
uses: ./
14
- name: Upload Reports
15
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
16
if: always()
17
with:
18
name: Basic Reports
@@ -36,7 +36,7 @@ jobs:
36
critical_threshold: 0
37
blocker_threshold: 0
38
39
40
41
42
name: Advanced Reports
0 commit comments