Skip to content

Commit 8ab9855

Browse files
build: Update actions/upload-artifact action to v2.3.1 (#66)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 57f6ef2 commit 8ab9855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Clean Build
1919
run: ./gradlew clean build
2020
- name: Archive Artifacts
21-
uses: actions/upload-artifact@v2.2.4
21+
uses: actions/upload-artifact@v2.3.1
2222
with:
2323
name: Plot2Dynmap-SNAPSHOT
2424
path: build/libs/*-SNAPSHOT.jar

0 commit comments

Comments
 (0)