Skip to content

Commit

Permalink
Merge pull request #37 from GiganticMinecraft/renovate/actions-upload…
Browse files Browse the repository at this point in the history
…-artifact-4.x

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
Lucky authored Dec 23, 2023
2 parents 05ef520 + d9c10af commit d8e67f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
arguments: jar
- name: Upload jar
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jar
path: ./build/libs/*.jar
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
arguments: jar
- name: Upload jar
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: jar
path: ./build/libs/*.jar

0 comments on commit d8e67f9

Please sign in to comment.