We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec09248 commit 62d4be1Copy full SHA for 62d4be1
1 file changed
.github/workflows/test.yml
@@ -148,7 +148,7 @@ jobs:
148
- name: Persist debug artifacts
149
if: always()
150
continue-on-error: true
151
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
152
with:
153
name: debug-logs-${{ env.ENV }}
154
path: debug-logs/
@@ -271,7 +271,7 @@ jobs:
271
272
273
274
275
276
277
0 commit comments