Skip to content

Commit

Permalink
Fix action name
Browse files Browse the repository at this point in the history
  • Loading branch information
mivek committed Oct 11, 2022
1 parent a06cbe3 commit 520f5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: echo ${{ github.event.number }} > PR_NUMBER.txt

- name: Upload the PR number as an artifact
uses: action/upload-artifact@v3
uses: actions/upload-artifact@v3.1.0
with:
name: PR_NUMBER
path: PR_NUMBER.txt

0 comments on commit 520f5f9

Please sign in to comment.