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.
2 parents 8d7151e + 0ad1dcd commit 70fc575Copy full SHA for 70fc575
.github/workflows/deploy.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- name: Download assets
86
id: download
87
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
88
with:
89
name: build-${{ env.APP_ENV }}
90
path: public
.github/workflows/main.yml
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
name: build-${{ needs.build.outputs.target-env }}
98
@@ -178,7 +178,7 @@ jobs:
178
179
180
181
182
183
184
0 commit comments