diff options
author | 2023-03-07 07:46:27 +0000 | |
---|---|---|
committer | 2023-03-07 07:46:27 +0000 | |
commit | d248d89dce18eb8a1924c168cc806c8fc536c6aa (patch) | |
tree | aac706e409c03f7a529271acd7441c52a0de5a21 | |
parent | Make sure channel parent isn't None (#2441) (diff) | |
parent | Bump actions/upload-artifact from 2 to 3 (diff) |
Merge pull request #2447 from python-discord/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
-rw-r--r-- | .github/workflows/lint-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 051ca2265..b3e58316a 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -83,7 +83,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 |