Skip to content

Commit b4f64f6

Browse files
committed
2 parents 8183988 + 01de651 commit b4f64f6

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/continuous_distribution.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
build-artifacts:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
14-
- uses: actions/setup-python@v5
14+
- uses: actions/setup-python@v6
1515
name: Install Python
1616
with:
1717
python-version: 3.8
@@ -46,12 +46,12 @@ jobs:
4646
if: "!github.event.release.prerelease"
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/download-artifact@v4.1.9
49+
- uses: actions/download-artifact@v5.0.0
5050
with:
5151
name: releases
5252
path: dist
5353
- name: Publish package to PyPI
54-
uses: pypa/gh-action-pypi-publish@v1.12.4
54+
uses: pypa/gh-action-pypi-publish@v1.13.0
5555
with:
5656
user: __token__
5757
password: ${{ secrets.PYPI_TOKEN }}

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
python-version: ["3.8", "3.9", "3.10", "3.11"]
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies

.github/workflows/draft-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Paper Draft
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: Build draft PDF
1313
uses: openjournals/openjournals-draft-action@master
1414
with:

0 commit comments

Comments
 (0)