Skip to content

Commit ac8a2ce

Browse files
committed
and more overlooked stuff
1 parent 2e7e1ba commit ac8a2ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/internal_ant.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
- name: Cache plugin test dependencies
232232
id: cache-plugin-test-dependencies
233233
if: steps.ivy-file-check.outputs.ivy-xml == 'true'
234-
uses: actions/cache@v4
234+
uses: actions/cache@v5
235235
with:
236236
key: ${{ runner.os }}-${{ runner.arch }}-ivy-plugin-test-${{ hashFiles('**/ivy.xml') }}
237237
path: |
@@ -278,7 +278,7 @@ jobs:
278278
steps:
279279
- name: Get build
280280
id: cache-plugin-build
281-
uses: actions/download-artifact@v4
281+
uses: actions/download-artifact@v8
282282
with:
283283
name: plugin-build-${{ inputs.java-version }}-${{ needs.josm-build.outputs.josm-revision }}
284284
- name: Set revision env variable

0 commit comments

Comments
 (0)