Skip to content

Commit 9610150

Browse files
committed
updated github action versions
Signed-off-by: apetrynet <flehnerheener@gmail.com>
1 parent 84987aa commit 9610150

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy_package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
permissions:
1212
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up Python
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.x'
1919
- name: Install dependencies
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m build
2525
- name: Upload Built Artifacts
26-
uses: actions/upload-artifact@v3
26+
uses: actions/upload-artifact@v4
2727
with:
2828
name: dist
2929
path: |

0 commit comments

Comments
 (0)