diff options
| author | 2025-11-09 14:36:25 +0000 | |
|---|---|---|
| committer | 2025-11-09 14:36:25 +0000 | |
| commit | 149793bd99e2a24d64c605072d28ec9574415f6d (patch) | |
| tree | dfd9ffdeca1525e94b96e6621ad1462900093118 | |
| parent | Merge pull request #1567 from onerandomusername/qt/check-uv-lock (diff) | |
Bump actions/upload-artifact from 4 to 5dependabot/github_actions/actions/upload-artifact-5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
| -rw-r--r-- | .github/workflows/lint-test.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/static-preview.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 54be8e6c..3986e307 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -76,7 +76,7 @@ jobs: - name: Upload a Build Artifact if: always() && steps.prepare-artifact.outcome == 'success' continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: pull-request-payload path: pull_request_payload.json diff --git a/.github/workflows/static-preview.yaml b/.github/workflows/static-preview.yaml index 086937de..8fa21552 100644 --- a/.github/workflows/static-preview.yaml +++ b/.github/workflows/static-preview.yaml @@ -65,7 +65,7 @@ jobs: STATIC_BUILD=TRUE - name: Upload Build - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: static-build path: docker_build/app/build/ |