Skip to content

Commit 46cd2f3

Browse files
Merge pull request #15 from cda-tum/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 492e41c + 98bb6c7 commit 46cd2f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
pytest -k 'test_flask_server'
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
- uses: actions/upload-artifact@v4
44+
- uses: actions/upload-artifact@v5
4545
with:
4646
name: "artifact-wheel"
4747
path: dist/*.whl
@@ -67,7 +67,7 @@ jobs:
6767
pytest -k 'test_flask_server'
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70-
- uses: actions/upload-artifact@v4
70+
- uses: actions/upload-artifact@v5
7171
with:
7272
path: dist/*.tar.gz
7373

0 commit comments

Comments
 (0)