Skip to content

Commit

Permalink
Merge pull request #1139 from TeamNewPipe/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
TobiGr authored Mar 18, 2024
2 parents e3f2c9a + e58fc65 commit 896a55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fi
- name: Upload test reports when failure occurs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: NewPipeExtractor-test-reports
Expand Down

0 comments on commit 896a55e

Please sign in to comment.