Skip to content

Commit

Permalink
feat: Bump actions/upload-artifact@v2 -> v3
Browse files Browse the repository at this point in the history
  • Loading branch information
trillium committed Oct 9, 2024
1 parent e076579 commit 7aff9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-instructions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo ${{ steps.instruction.outputs.result }} > addingPrInstructions/artifact/artifact.txt
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: adding-pr-instructions-artifact
path: addingPrInstructions/artifact/

0 comments on commit 7aff9ff

Please sign in to comment.