Skip to content

Commit

Permalink
versioncheck: Use newer upload/artifact version to match download-art…
Browse files Browse the repository at this point in the history
…ifact version.

Version 2 is deprecated.  Or rather it completely fails:
https://github.com/plone/buildout.coredev/actions/runs/10829157719/job/30046098338

Let's also use a more recent Python.  This is the same as on Plone 6.1.
  • Loading branch information
mauritsvanrees committed Sep 12, 2024
1 parent 90c3ece commit b18213b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/versioncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.10"
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
./bin/versioncheck -pnNbo versions.html
- name: Upload versions.html
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: versions-${{ matrix.python-version }}
path: versions.html

0 comments on commit b18213b

Please sign in to comment.