Skip to content

Commit 1e81e54

Browse files
Merge pull request #41 from AlexProgrammerDE/renovate/actions-upload-artifact-3.x
Update actions/upload-artifact action to v3
2 parents cd1f514 + 2f7d42d commit 1e81e54

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)