Skip to content

Commit b16cd05

Browse files
authored
Use v4 of upload artifact (#4061)
1 parent 8b77437 commit b16cd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-on-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
path: ${{ runner.temp }}/heapdump-${{ matrix.redis_version }}.hprof
9494
retention-days: 5
9595
- name: Upload Surefire Dump File
96-
uses: actions/upload-artifact@v3
96+
uses: actions/upload-artifact@v4
9797
with:
9898
name: surefire-dumpstream
9999
path: target/surefire-reports/*.dumpstream

0 commit comments

Comments
 (0)