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.
actions/upload-artifact@v3
1 parent e9b9818 commit 552ac99Copy full SHA for 552ac99
.github/workflows/test-and-publish.yaml
@@ -257,7 +257,7 @@ jobs:
257
with:
258
credentials: "admin:admin"
259
- name: Upload core dumps as CI artifacts
260
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
261
if: ${{ matrix.os != 'windows-2022' && failure() }}
262
# TODO (Caleb Aikens) figure out how to get Windows core dumps
263
0 commit comments