Skip to content

Commit

Permalink
Chore(deps): bump actions/upload-artifact from 3 to 4 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 4, 2024
1 parent 8089e2d commit 4be8f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
arguments: clean test bootJar

- name: Save result jar for further use
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: app.jar
path: build/libs/*
Expand Down

0 comments on commit 4be8f72

Please sign in to comment.