Skip to content

Commit

Permalink
Merge pull request #5 from garvit-joshi/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
garvit-joshi authored Dec 23, 2023
2 parents 0d2e54f + 74d2dcc commit be7ab69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
./mvnw --version
./mvnw -B package --file pom.xml -P local
- name: Upload JAR
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
continue-on-error: true
with:
name: IronHideBUILD
Expand Down

0 comments on commit be7ab69

Please sign in to comment.