Skip to content

Commit e93b553

Browse files
authored
Merge pull request #1395 from TeamNewPipe/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 3af7326 + bc3715e commit e93b553

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
@@ -62,7 +62,7 @@ jobs:
6262
-Ddownloader=$downloader_type
6363
6464
- name: Upload test reports when failure occurs
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
if: failure()
6767
with:
6868
name: NewPipeExtractor-test-reports

0 commit comments

Comments
 (0)