Skip to content

Commit

Permalink
Merge pull request #68 from AlexProgrammerDE/renovate/actions-upload-…
Browse files Browse the repository at this point in the history
…artifact-4.x

Update actions/upload-artifact action to v4.3.4
  • Loading branch information
AlexProgrammerDE committed Jul 5, 2024
2 parents 4151141 + 3371091 commit 4ee9ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.3.4
with:
# Artifact name
name: PistonMute
Expand Down

0 comments on commit 4ee9ff6

Please sign in to comment.