diff options
author | 2023-01-16 19:53:27 +0000 | |
---|---|---|
committer | 2023-01-16 19:53:27 +0000 | |
commit | cecc923046cc332993b257644876923dfbcb395d (patch) | |
tree | 8305fe9d48ee2a19ea0efef743ba0099777c4d4d /.github | |
parent | Merge pull request #845 from python-discord/dependabot/github_actions/docker/... (diff) |
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-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 a21f8282..50daadea 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -85,7 +85,7 @@ jobs: - name: Upload a Build Artifact if: always() && steps.prepare-artifact.outcome == 'success' continue-on-error: true - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 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 a8ab5f16..e542f81d 100644 --- a/.github/workflows/static-preview.yaml +++ b/.github/workflows/static-preview.yaml @@ -70,7 +70,7 @@ jobs: STATIC_BUILD=TRUE - name: Upload Build - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: static-build path: docker_build/app/build/ |