-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/upload-artifact action to v4.4.1
- Loading branch information
1 parent
e7dfda9
commit e57fd8c
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|