Skip to content

Commit 68e5e40

Browse files
authored
Merge pull request #32 from softwareforgood/update-to-use-new-artifacts
Update Pantheon artifact to use download-artifact v4
2 parents 3fa72b2 + 5dd49da commit 68e5e40

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-to-pantheon.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ jobs:
127127
/build-tools-ci/scripts/set-environment
128128
129129
- name: Check if assets exist
130-
uses: xSAVIKx/artifact-exists-action@c9e10010eaf570757e4715c5875a716a72e9c706 # this is v0.6
130+
uses: softwareforgood/check-artifact-v4-existence@v0
131131
id: check-artifact-existence
132132
with:
133133
name: assets
134134

135135
- name: Get dist
136-
uses: actions/download-artifact@v3
136+
uses: actions/download-artifact@v4
137137
if: ${{ steps.check-artifact-existence.outputs.exists != 'false' && inputs.ASSETS_ARTIFACT_PATH != ''}}
138138
with:
139139
name: assets

0 commit comments

Comments
 (0)