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 b924794 commit 51e2901Copy full SHA for 51e2901
2 files changed
.github/workflows/cicd.yaml
@@ -228,7 +228,7 @@ jobs:
228
229
- name: Upload status artifact
230
if: always()
231
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
232
with:
233
name: result-${{ matrix.env }}
234
path: status.txt
.github/workflows/env-destroy.yaml
@@ -167,7 +167,7 @@ jobs:
167
168
169
170
171
172
name: result-${{ matrix.env }} # this is the artifact name
173
0 commit comments