We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fa72b2 + 5dd49da commit 68e5e40Copy full SHA for 68e5e40
1 file changed
.github/workflows/deploy-to-pantheon.yml
@@ -127,13 +127,13 @@ jobs:
127
/build-tools-ci/scripts/set-environment
128
129
- name: Check if assets exist
130
- uses: xSAVIKx/artifact-exists-action@c9e10010eaf570757e4715c5875a716a72e9c706 # this is v0.6
+ uses: softwareforgood/check-artifact-v4-existence@v0
131
id: check-artifact-existence
132
with:
133
name: assets
134
135
- name: Get dist
136
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
137
if: ${{ steps.check-artifact-existence.outputs.exists != 'false' && inputs.ASSETS_ARTIFACT_PATH != ''}}
138
139
0 commit comments