Merge pull request #24 from michalvankodev/renovate/major-github-artifact-actions

chore(deps): update actions/upload-artifact action to v5
This commit is contained in:
2025-10-28 08:11:42 +01:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ jobs:
working-directory: axum_server working-directory: axum_server
- name: Server log - name: Server log
run: cat axum_server/server.log run: cat axum_server/server.log
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v5
with: with:
name: dist name: dist
path: axum_server/dist/ path: axum_server/dist/