diff options
| author | 2025-10-27 05:23:24 +0000 | |
|---|---|---|
| committer | 2025-10-27 05:23:24 +0000 | |
| commit | 62490f78bf8e9859d7b585ac6d81e5bd48489883 (patch) | |
| tree | eaf0cd7e33b208a6179db3691b7efe95dca3b5db | |
| parent | Merge pull request #1566 from onerandomusername/qt/bot-quick-fix (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 159e6fd7..6dcb5fb0 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/ | 
