Skip to content

Commit

Permalink
Merge pull request #1180 from python-discord/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/upload-artifact-4
  • Loading branch information
Xithrius committed Dec 15, 2023
2 parents 1f2fc1d + 6e2cf61 commit c60ed5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/static-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit c60ed5f

Please sign in to comment.