Skip to content

Commit 4f60b4d

Browse files
authored
Merge pull request #288 from python-discord/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v4
2 parents d702910 + 9c2aba4 commit 4f60b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/forms-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Upload a Build Artifact
4646
if: always() && steps.prepare-artifact.outcome == 'success'
4747
continue-on-error: true
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: pull-request-payload
5151
path: pull_request_payload.json

0 commit comments

Comments
 (0)