Skip to content

Commit

Permalink
ci: bump actions/upload to version 4 (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: Lars König <[email protected]>
  • Loading branch information
bjthehun and larsk21 authored Jan 31, 2025
1 parent 8579697 commit c29f751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
run: mkdir staging-${{ matrix.os }} && gci -Path . -Recurse -Include *.jar |? { $_.FullName -like '*\target\*.jar' } |% { cp $_.FullName staging-${{ matrix.os }} }

- name: Upload build results
uses: actions/upload-artifact@v3.2.1
uses: actions/upload-artifact@v4
with:
name: Build Results
name: build-results-${{ matrix.os }}
path: staging-*/

verify-javadoc:
Expand Down

0 comments on commit c29f751

Please sign in to comment.