We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbca878 commit 1f2c1c5Copy full SHA for 1f2c1c5
.github/workflows/java.yaml
@@ -102,7 +102,7 @@ jobs:
102
mv target/openslide-java-*.jar "artifacts/${dist}"
103
- name: Archive dist
104
if: matrix.dist
105
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
106
with:
107
name: ${{ steps.dist.outputs.dist-base }}
108
path: artifacts
@@ -120,7 +120,7 @@ jobs:
120
- name: Check out repo
121
uses: actions/checkout@v5
122
- name: Download artifacts
123
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
124
125
pattern: ${{ needs.build.outputs.dist-base }}
126
merge-multiple: true
0 commit comments