Skip to content

Commit

Permalink
Merge pull request #124 from vitruv-tools/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-3.2.1

GitHub Actions(deps): Bump actions/upload-artifact from 3.1.3 to 3.2.1
  • Loading branch information
larsk21 authored Dec 20, 2024
2 parents 21febad + 561a77c commit a040b4a
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 a040b4a

Please sign in to comment.