Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 3, 2024
1 parent 1500f3e commit 9751e81
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 @@ -64,7 +64,7 @@ jobs:
- name: Upload artifacts
id: gradle-build
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4.3.5
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@v4.3.4
uses: actions/upload-artifact@v4.3.5
with:
name: mod-file
path: |
Expand Down

0 comments on commit 9751e81

Please sign in to comment.