Skip to content

Commit

Permalink
Merge pull request #23 from BX-Team/renovate/actions-upload-artifact-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/upload-artifact action to v3.1.1
  • Loading branch information
NONPLAYT committed Oct 21, 2022
2 parents 58c1cf6 + ced8e87 commit e392e88
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 @@ -26,7 +26,7 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload NDailyRewards
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v3.1.1
with:
name: NDailyRewards Artifact
path: "target/original-ndailyrewards*.jar"
Expand Down

0 comments on commit e392e88

Please sign in to comment.