Skip to content

Commit 552ac99

Browse files
authored
fix(CI): actions/upload-artifact@v3 is deprecated, migrate to v4
1 parent e9b9818 commit 552ac99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257
with:
258258
credentials: "admin:admin"
259259
- name: Upload core dumps as CI artifacts
260-
uses: actions/upload-artifact@v3
260+
uses: actions/upload-artifact@v4
261261
if: ${{ matrix.os != 'windows-2022' && failure() }}
262262
# TODO (Caleb Aikens) figure out how to get Windows core dumps
263263
with:

0 commit comments

Comments
 (0)