Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4 (#2564)
Browse files Browse the repository at this point in the history
  • Loading branch information
solrbot authored Jul 17, 2024
1 parent 9a4c8a2 commit d1905fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bin-solr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: ./gradlew integrationTests
- name: Archive logs
if: ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs
path: solr/packaging/build/test-output
Expand Down

0 comments on commit d1905fc

Please sign in to comment.