Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 22, 2022
1 parent e8d276c commit 1beccc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

#6 Upload Artifacts (Debug Purposes)
- name: Upload Artifact for Debugging
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: artifact
path: /home/runner/work/ArmorStandEditor/ArmorStandEditor/target/armorstandeditor-*-*.jar
Expand Down

0 comments on commit 1beccc0

Please sign in to comment.