We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfb6de commit cdccc3aCopy full SHA for cdccc3a
.github/workflows/auto-merge.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Upload test results
79
if: always()
80
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
81
with:
82
name: test-reports
83
path: |
.github/workflows/main.yml
@@ -74,7 +74,7 @@ jobs:
74
run: ./gradlew --stacktrace --info test
75
76
name: test-reports-${{ matrix.branch }}-${{ matrix.os }}
.github/workflows/release.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
name: test-reports-${{ runner.os }}
50
0 commit comments