File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2626 - name : tar output
2727 run : tar -czvf output.tar.gz ./out/*
2828 - name : upload build artifact
29- uses : actions/upload-artifact@v3
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : build
3232 path : output.tar.gz
4444 cancel-in-progress : false
4545 steps :
4646 - name : download build artifact
47- uses : actions/download-artifact@v3
47+ uses : actions/download-artifact@v4
4848 with :
4949 name : build
5050 - name : extract output
@@ -68,13 +68,13 @@ jobs:
6868 pull-requests : write
6969 id-token : write
7070 steps :
71- - uses : actions/create-github-app-token@v1
71+ - uses : actions/create-github-app-token@v2
7272 id : app-token
7373 with :
7474 app-id : ${{ vars.APP_ID }}
7575 private-key : ${{ secrets.PRIVATE_KEY }}
7676 - name : Azure login
77- uses : azure/login@v1
77+ uses : azure/login@v2
7878 with :
7979 client-id : ${{ vars.AZURE_CLIENT_ID }}
8080 tenant-id : ${{ vars.AZURE_TENANT_ID }}
Original file line number Diff line number Diff line change 2323 - name : tar output
2424 run : tar -czvf output.tar.gz ./out/*
2525 - name : upload build artifact
26- uses : actions/upload-artifact@v3
26+ uses : actions/upload-artifact@v4
2727 with :
2828 name : build
2929 path : output.tar.gz
3939 cancel-in-progress : false
4040 steps :
4141 - name : download build artifact
42- uses : actions/download-artifact@v3
42+ uses : actions/download-artifact@v4
4343 with :
4444 name : build
4545 - name : extract output
You can’t perform that action at this time.
0 commit comments