Skip to content

Commit 5a57a5d

Browse files
dependency: Update actions/upload-artifact action to v7 (#214)
* dependency: Update actions/upload-artifact action to v7 * Modify artifact upload settings in gradle.yml Added 'archive: false' option to artifact upload. --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jakub Kędziora <77227023+Jakubk15@users.noreply.github.com>
1 parent 8f6a12a commit 5a57a5d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
with:
3737
arguments: shadowChatFormatter
3838
- name: Upload a ChatFormatter Artifact
39-
uses: actions/upload-artifact@v6.0.0
39+
uses: actions/upload-artifact@v7.0.0
4040
with:
4141
name: 'Successfully build ChatFormatter'
42-
path: build/libs/ChatFormatter v*.jar
42+
path: build/libs/ChatFormatter v*.jar
43+
archive: false

0 commit comments

Comments
 (0)