chore(deps): update actions/upload-artifact action to v4 (#74)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-04-15 16:36:48 +03:00 committed by GitHub
parent 3b91da1ed2
commit 462022675e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
echo $PR_NUMBER > pr_number.txt
- name: Store pr data in artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr_metadata
path: ./pr_number.txt