Skip to content

Commit 7a5a980

Browse files
committed
Fix release workflows
1 parent 031e2eb commit 7a5a980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master_bootstrap-flask-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
3636

3737
- name: Upload artifact for deployment jobs
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4.4.0
3939
with:
4040
name: python-app
4141
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
id-token: write
4848
steps:
4949
- uses: actions/[email protected]
50-
- uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
50+
- uses: pypa/gh-action-pypi-publish@release/v1
5151
with:
5252
packages-dir: artifact/

0 commit comments

Comments
 (0)