We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17d1cd commit 78f7947Copy full SHA for 78f7947
.github/workflows/nightly-builds.yml
@@ -145,7 +145,7 @@ jobs:
145
146
# Archive test results so we can do some diagnostics later
147
- name: Upload test results
148
- uses: actions/upload-artifact@v3.1.1
+ uses: actions/upload-artifact@v4.6.0
149
if: success() || failure() # run this step even if previous step failed
150
with:
151
name: 'test-results-${{ matrix.jdkVersion }}-${{ matrix.scalaVersion }}'
0 commit comments