Skip to content

Commit 68be283

Browse files
Backport PR #3847 on branch 1.11.x (ci: bump actions/upload-artifact from 4 to 5) (#3848)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf8b46d commit 68be283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Publish debug artifacts
106106
if: ${{ !cancelled() }}
107-
uses: actions/upload-artifact@v4
107+
uses: actions/upload-artifact@v5
108108
with:
109109
name: debug-data-${{ matrix.env.name }}
110110
path: .pytest_cache/d/debug

0 commit comments

Comments
 (0)