Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent e7dfda9 commit e57fd8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Upload artifacts
id: gradle-build
uses: actions/[email protected].0
uses: actions/[email protected].1
if: "${{ inputs.artifact-name != '' }}"
with:
name: ${{ inputs.artifact-name }}
Expand Down
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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
uses: actions/[email protected].1
with:
name: mod-file
path: |
Expand Down

0 comments on commit e57fd8c

Please sign in to comment.