File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 run : ./mvnw -v
7272 - name : Download GitHub Actions artifacts for the Develocity build scans
7373 id : downloadBuildScan
74- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # 5 .0.0
74+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # 6 .0.0
7575 with :
7676 pattern : build-scan-data-*
7777 github-token : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 # The actual publishing must be done in a separate job (see ci-report.yml).
125125 # We don't write to the remote cache as that would be unsafe.
126126 - name : Upload GitHub Actions artifact for the Develocity build scan
127- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
127+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
128128 if : " ${{ github.event_name == 'pull_request' && !cancelled() }}"
129129 with :
130130 name : build-scan-data-initial-${{ matrix.os.name }}
@@ -140,7 +140,7 @@ jobs:
140140 DEVELOCITY_BASE_URL : " ${{ env.DEVELOCITY_BASE_URL || 'https://develocity.commonhaus.dev' }}"
141141 # Same as above, but for the build scan of the latest Maven run.
142142 - name : Upload GitHub Actions artifact for the Develocity build scan
143- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2
143+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0
144144 if : " ${{ github.event_name == 'pull_request' && !cancelled() }}"
145145 with :
146146 name : build-scan-data-integrationtest-${{ matrix.os.name }}
You can’t perform that action at this time.
0 commit comments