Skip to content

Commit 9c2aba4

Browse files
Update actions/upload-artifact action to v4
| datasource | package | from | to | | ----------- | ----------------------- | ---- | -- | | github-tags | actions/upload-artifact | v2 | v4 |
1 parent d702910 commit 9c2aba4

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)