Skip to content

Commit f2b0142

Browse files
Update actions/upload-artifact action to v3.1.1 (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7911786 commit f2b0142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
- name: Build the paper-support jar
3434
run: './gradlew paper-support:shadowJar'
3535
- name: Upload a chat-formatter build artifact
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737
with:
3838
name: 'Successfully build ChatFormatter JDK${{ matrix.jdk }}'
3939
path: chat-formatter/build/libs/*.jar
4040
- name: Upload a paper-support build artifact
41-
uses: actions/[email protected].0
41+
uses: actions/[email protected].1
4242
with:
4343
name: 'Successfully build paper-support JDK${{ matrix.jdk }}'
4444
path: paper-support/build/libs/*.jar

0 commit comments

Comments
 (0)