File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 --disableRetireJS true
4343
4444 - name : Upload Test results
45- uses : actions/upload-artifact@master
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : DependencyCheck report
4848 path : ${{github.workspace}}/reports
Original file line number Diff line number Diff line change 4242 --enableRetired
4343 --disableOssIndex true
4444 - name : Upload Test results
45- uses : actions/upload-artifact@master
45+ uses : actions/upload-artifact@v4
4646 with :
4747 name : DependencyCheck report
4848 path : ${{github.workspace}}/reports
@@ -110,7 +110,7 @@ jobs:
110110 run : docker save --output ${{ steps.docker-image-name.outputs.name }}.tar $ECR_REGISTRY/gap-apply-admin-backend:${{ env.BUILD_VERSION }}
111111
112112 - name : Upload Docker image
113- uses : actions/upload-artifact@v3
113+ uses : actions/upload-artifact@v4
114114 with :
115115 name : ${{ steps.docker-image-name.outputs.name }}
116116 path : ${{ steps.docker-image-name.outputs.name }}.tar
@@ -148,7 +148,7 @@ jobs:
148148 echo BUILD_VERSION is ${{ env.BUILD_VERSION }}
149149
150150 - name : Download Docker image
151- uses : actions/download-artifact@v3
151+ uses : actions/download-artifact@v4
152152 with :
153153 name : ${{ needs.build.outputs.docker-image-name }}
154154
You can’t perform that action at this time.
0 commit comments