Skip to content

Commit 3927203

Browse files
committed
workflows: update {upload,download}-artifact
No breaking changes. Continue wrapping artifacts in a ZIP because the containing directory name includes information about the Actions run that isn't included in the artifact name. Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent cfcce0f commit 3927203

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
105+
uses: actions/upload-artifact@v7
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@v6
123+
uses: actions/download-artifact@v8
124124
with:
125125
pattern: ${{ needs.build.outputs.dist-base }}
126126
merge-multiple: true

0 commit comments

Comments
 (0)