We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19315cf commit 149793bCopy full SHA for 149793b
.github/workflows/lint-test.yaml
@@ -76,7 +76,7 @@ jobs:
76
- name: Upload a Build Artifact
77
if: always() && steps.prepare-artifact.outcome == 'success'
78
continue-on-error: true
79
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
80
with:
81
name: pull-request-payload
82
path: pull_request_payload.json
.github/workflows/static-preview.yaml
@@ -65,7 +65,7 @@ jobs:
65
STATIC_BUILD=TRUE
66
67
- name: Upload Build
68
69
70
name: static-build
71
path: docker_build/app/build/
0 commit comments