File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
with :
38
38
path : getargv.py
39
39
- name : Set up Python ${{ matrix.python-version }}
40
- uses : actions/setup-python@v4
40
+ uses : actions/setup-python@v5
41
41
if : ${{ matrix.python-version != 'system' }}
42
42
with :
43
43
python-version : ${{ matrix.python-version }}
76
76
with :
77
77
path : getargv.py
78
78
- name : Set up Python 3
79
- uses : actions/setup-python@v4
79
+ uses : actions/setup-python@v5
80
80
with :
81
81
python-version : 3.x
82
82
check-latest : true
95
95
python3 -m build
96
96
python3 -m pip install dist/getargv-*.tar.gz
97
97
working-directory : getargv.py
98
- - uses : actions/upload-artifact@v3
98
+ - uses : actions/upload-artifact@v4
99
99
with :
100
100
name : dist
101
101
path : getargv.py/dist
@@ -107,7 +107,7 @@ jobs:
107
107
git push origin HEAD:main
108
108
working-directory : getargv.py
109
109
- name : Release
110
- uses : softprops/action-gh-release@v1
110
+ uses : softprops/action-gh-release@v2
111
111
with :
112
112
files : getargv.py/dist/*
113
113
name : ${{ steps.bump_version.outputs.new_version }}
@@ -123,5 +123,5 @@ jobs:
123
123
# IMPORTANT: this permission is mandatory for trusted publishing
124
124
id-token : write
125
125
steps :
126
- - uses : actions/download-artifact@v3
126
+ - uses : actions/download-artifact@v4
127
127
- uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments