diff options
author | 2023-12-15 05:46:43 +0000 | |
---|---|---|
committer | 2023-12-15 05:46:43 +0000 | |
commit | 6e2cf610534e5373b1740d9c9ae84bf7c3c86de5 (patch) | |
tree | cb7f62ad5896a0624ee4750ca483fe901a5eb2e9 | |
parent | Merge pull request #1175 from python-discord/dependabot/pip/ruff-0.1.8 (diff) |
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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 00335561..3a25cf70 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -71,7 +71,7 @@ jobs: - name: Upload a Build Artifact if: always() && steps.prepare-artifact.outcome == 'success' continue-on-error: true - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 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 1d3b1e9d..bb7d4ce9 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@v3 + uses: actions/upload-artifact@v4 with: name: static-build path: docker_build/app/build/ |