mirror of
https://github.com/TRaSH-Guides/Guides.git
synced 2026-05-22 18:00:10 -05:00
chore(deps): update github actions major (major) (#2637)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
pr_sha: ${{ steps.pr_info.outputs.pr_sha }}
|
||||
steps:
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
|
||||
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
|
||||
with:
|
||||
run-id: ${{ github.event.workflow_run.id }}
|
||||
github-token: ${{ github.token }}
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
echo ${{ github.event.pull_request.head.sha }} > ./pr_info/PR_SHA
|
||||
|
||||
- name: Upload PR info
|
||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||
with:
|
||||
name: pr_info
|
||||
path: pr_info/
|
||||
|
||||
Reference in New Issue
Block a user