Skip to content

Commit

Permalink
chore: updated actions/upload-artifact to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ameerul-deriv committed Sep 12, 2024
1 parent 7420b4c commit 8f0a6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
recreate: true

- name: Upload PR information to artifact
uses: actions/upload-artifact@82c141cc518b40d92cc801eee768e7aafc9c2fa2
uses: actions/upload-artifact@v4
with:
name: 'pr-${{github.run_id}}'
path: .pr

0 comments on commit 8f0a6dc

Please sign in to comment.