Skip to content

Commit 2f7d42d

Browse files
committed
Update actions/upload-artifact action to v3
1 parent 7e2205d commit 2f7d42d

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build with Maven
2222
run: mvn -B package --file pom.xml
2323
- name: Upload a Build Artifact
24-
uses: actions/upload-artifact@v2.3.1
24+
uses: actions/upload-artifact@v3.0.0
2525
with:
2626
# Artifact name
2727
name: PistonQueue

0 commit comments

Comments
 (0)