We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7e1ba commit ac8a2ceCopy full SHA for ac8a2ce
1 file changed
.github/workflows/internal_ant.yml
@@ -231,7 +231,7 @@ jobs:
231
- name: Cache plugin test dependencies
232
id: cache-plugin-test-dependencies
233
if: steps.ivy-file-check.outputs.ivy-xml == 'true'
234
- uses: actions/cache@v4
+ uses: actions/cache@v5
235
with:
236
key: ${{ runner.os }}-${{ runner.arch }}-ivy-plugin-test-${{ hashFiles('**/ivy.xml') }}
237
path: |
@@ -278,7 +278,7 @@ jobs:
278
steps:
279
- name: Get build
280
id: cache-plugin-build
281
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
282
283
name: plugin-build-${{ inputs.java-version }}-${{ needs.josm-build.outputs.josm-revision }}
284
- name: Set revision env variable
0 commit comments