Skip to content

Commit

Permalink
Merge pull request #288 from python-discord/renovate/major-github-art…
Browse files Browse the repository at this point in the history
…ifact-actions

Update actions/upload-artifact action to v4
  • Loading branch information
jb3 authored Jul 13, 2024
2 parents d702910 + 9c2aba4 commit 4f60b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forms-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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@v4
with:
name: pull-request-payload
path: pull_request_payload.json
Expand Down

0 comments on commit 4f60b4d

Please sign in to comment.