File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111 steps :
112112 - uses : actions/checkout@v4 # not needed for the code, but needed for the git config
113113 - name : Download Built site
114- uses : actions/download-artifact@v4
114+ uses : actions/download-artifact@v5
115115 with :
116116 name : site
117117 path : site
@@ -130,7 +130,7 @@ jobs:
130130 steps :
131131 - uses : actions/checkout@v4 # not needed for the code, but needed for the git config
132132 - name : Download Built site
133- uses : actions/download-artifact@v4
133+ uses : actions/download-artifact@v5
134134 with :
135135 name : site
136136 path : site
Original file line number Diff line number Diff line change 3232 cache : " npm" # this only caches global dependencies
3333 - run : npm ci --prefer-offline
3434 - name : Download Built Artifact
35- uses : actions/download-artifact@v4
35+ uses : actions/download-artifact@v5
3636 with :
3737 github-token : ${{ secrets.GITHUB_TOKEN }} # token with actions:read permissions on target repo
3838 run-id : ${{ github.event.workflow_run.id }}
Original file line number Diff line number Diff line change 1515 if : github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
1616 steps :
1717 - name : Download PR Artifact
18- uses : actions/download-artifact@v4
18+ uses : actions/download-artifact@v5
1919 with :
2020 github-token : ${{ secrets.GITHUB_TOKEN }} # token with actions:read permissions on target repo
2121 run-id : ${{ github.event.workflow_run.id }}
You can’t perform that action at this time.
0 commit comments