Skip to content

Commit

Permalink
Merge pull request #6 from RaphiMC/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
RaphiMC authored Jun 29, 2024
2 parents 7bc7c36 + ac7907e commit 90d12da
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 @@ -19,7 +19,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Upload Artifacts to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/

0 comments on commit 90d12da

Please sign in to comment.