Skip to content

Commit 1f2c1c5

Browse files
committed
workflows: bump artifact actions
No breaking changes. Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent fbca878 commit 1f2c1c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
mv target/openslide-java-*.jar "artifacts/${dist}"
103103
- name: Archive dist
104104
if: matrix.dist
105-
uses: actions/upload-artifact@v4
105+
uses: actions/upload-artifact@v5
106106
with:
107107
name: ${{ steps.dist.outputs.dist-base }}
108108
path: artifacts
@@ -120,7 +120,7 @@ jobs:
120120
- name: Check out repo
121121
uses: actions/checkout@v5
122122
- name: Download artifacts
123-
uses: actions/download-artifact@v5
123+
uses: actions/download-artifact@v6
124124
with:
125125
pattern: ${{ needs.build.outputs.dist-base }}
126126
merge-multiple: true

0 commit comments

Comments
 (0)