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

chore(deps): update actions/upload-artifact action to v6
This commit is contained in:
2026-02-03 09:25:24 +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@v5 - uses: actions/upload-artifact@v6
with: with:
name: dist name: dist
path: axum_server/dist/ path: axum_server/dist/