File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2828 run : bash ./script.sh
2929
3030 - name : Upload files
31- uses : actions/upload-artifact@master
31+ uses : actions/upload-artifact@v6
3232 with :
3333 name : public-dir
3434 path : ./public-dir.zip
Original file line number Diff line number Diff line change 99jobs :
1010 deploy-preview :
1111 runs-on : ubuntu-latest
12+ permissions :
13+ actions : read
14+ contents : read
1215 steps :
1316 - name : Checkout code
1417 uses : actions/checkout@v6
1518
1619 - name : Download Site dir
17- uses : dawidd6/action- download-artifact@v11
20+ uses : actions/ download-artifact@v7
1821 with :
19- github_token : ${{ secrets.GH_ACCESS_TOKEN }}
20- workflow : build-and-preview-site.yml
21- run_id : ${{ github.event.workflow_run.id }}
22+ github-token : ${{ github.token }}
23+ run-id : ${{ github.event.workflow_run.id }}
2224 name : public-dir
2325
2426 - name : Unzip Site
4446 with :
4547 token : ${{ secrets.GH_ACCESS_TOKEN }}
4648 deploy_url : " ${{ steps.netlify.outputs.deploy-url }}"
47-
48-
You can’t perform that action at this time.
0 commit comments