Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4 (#29)
Browse files Browse the repository at this point in the history
* chore(deps): update actions/upload-artifact action to v4

* Update gradle-build.yml

* Update gradle-minecraft-build.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Thomas <1688389+Rakambda@users.noreply.github.com>
  • Loading branch information
renovate[bot] and Rakambda authored Dec 25, 2023
1 parent 4bb84e4 commit 154a3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Upload artifacts
id: gradle-build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
if: "${{ inputs.artifact-name != '' }}"
with:
name: ${{ inputs.artifact-name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-minecraft-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
-PforgeSignSHA1=f927f4701bf4c0620c7bd0a501ce278f5e5ecc62
- name: Upload mod file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.0.0
with:
name: mod-file
path: |
Expand Down

0 comments on commit 154a3f4

Please sign in to comment.