Skip to content

Commit 838fed3

Browse files
committed
bump action to addresss deprecated node ver
bump actions versions
1 parent 6b0938e commit 838fed3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-package.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
path: getargv.py
3939
- name: Set up Python ${{ matrix.python-version }}
40-
uses: actions/setup-python@v4
40+
uses: actions/setup-python@v5
4141
if: ${{ matrix.python-version != 'system' }}
4242
with:
4343
python-version: ${{ matrix.python-version }}
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
path: getargv.py
7878
- name: Set up Python 3
79-
uses: actions/setup-python@v4
79+
uses: actions/setup-python@v5
8080
with:
8181
python-version: 3.x
8282
check-latest: true
@@ -95,7 +95,7 @@ jobs:
9595
python3 -m build
9696
python3 -m pip install dist/getargv-*.tar.gz
9797
working-directory: getargv.py
98-
- uses: actions/upload-artifact@v3
98+
- uses: actions/upload-artifact@v4
9999
with:
100100
name: dist
101101
path: getargv.py/dist
@@ -107,7 +107,7 @@ jobs:
107107
git push origin HEAD:main
108108
working-directory: getargv.py
109109
- name: Release
110-
uses: softprops/action-gh-release@v1
110+
uses: softprops/action-gh-release@v2
111111
with:
112112
files: getargv.py/dist/*
113113
name: ${{ steps.bump_version.outputs.new_version }}
@@ -123,5 +123,5 @@ jobs:
123123
# IMPORTANT: this permission is mandatory for trusted publishing
124124
id-token: write
125125
steps:
126-
- uses: actions/download-artifact@v3
126+
- uses: actions/download-artifact@v4
127127
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)