File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments