Skip to content

Commit 4649dde

Browse files
authored
Merge pull request #97 from bgilbert/actions
Bump artifact GitHub Actions and Python
2 parents fbca878 + cd5390a commit 4649dde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/java.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: '3.13'
23+
python-version: 3.14
2424
- name: Install dependencies
2525
run: python -m pip install pre-commit
2626
- name: Cache pre-commit environments
@@ -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)