Skip to content

Commit c8f3b2a

Browse files
Bump actions/upload-artifact from 2 to 4 (#111)
1 parent 9213faa commit c8f3b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build with Maven
1717
run: mvn -B package --file pom.xml
1818
- name: Upload artifact
19-
uses: actions/upload-artifact@v2
19+
uses: actions/upload-artifact@v4
2020
with:
2121
# Artifact name
2222
name: NoteblockAPI

0 commit comments

Comments
 (0)