Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/com.google.guava-guava-33.4…
Browse files Browse the repository at this point in the history
….0-jre
  • Loading branch information
larsk21 authored Dec 20, 2024
2 parents b3725be + c599688 commit df1dcb3
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 @@ -49,7 +49,7 @@ 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.1.3
uses: actions/upload-artifact@v3.2.1
with:
name: Build Results
path: staging-*/
Expand Down

0 comments on commit df1dcb3

Please sign in to comment.