Skip to content

Commit

Permalink
Merge pull request #186 from dniym/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
dniym authored Jun 5, 2024
2 parents 2d79932 + 66c5a2a commit 0a3f095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Clean Build
run: ./gradlew clean build
- name: Archive Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: IllegalStack-SNAPSHOT
path: build/libs/IllegalStack-*.jar

0 comments on commit 0a3f095

Please sign in to comment.