Skip to content

Commit 78f7947

Browse files
build: bump actions/upload-artifact to v4.6.0 (#32649)
1 parent e17d1cd commit 78f7947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145

146146
# Archive test results so we can do some diagnostics later
147147
- name: Upload test results
148-
uses: actions/upload-artifact@v3.1.1
148+
uses: actions/upload-artifact@v4.6.0
149149
if: success() || failure() # run this step even if previous step failed
150150
with:
151151
name: 'test-results-${{ matrix.jdkVersion }}-${{ matrix.scalaVersion }}'

0 commit comments

Comments
 (0)