File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 make get-s3-perms ENV=${account} TF_WORKSPACE_NAME=${inactive_stack}
5959
6060 - name : Save Build Artifacts
61- uses : actions/upload-artifact@v4
61+ uses : actions/upload-artifact@v7
6262 with :
6363 name : build-artifacts
6464 path : |
Original file line number Diff line number Diff line change 6060 make get-s3-perms ENV=${account} TF_WORKSPACE_NAME=${inactive_stack}
6161
6262 - name : Save Build Artifacts
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v7
6464 with :
6565 name : build-artifacts
6666 path : |
Original file line number Diff line number Diff line change 3535 run : make test
3636
3737 - name : Upload build artifacts
38- uses : actions/upload-artifact@v4
38+ uses : actions/upload-artifact@v7
3939 with :
4040 name : build-artifacts
4141 path : dist
Original file line number Diff line number Diff line change 8080 make get-s3-perms ENV=dev
8181
8282 - name : Save Build Artifacts
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v7
8484 with :
8585 name : build-artifacts
8686 path : |
@@ -309,7 +309,7 @@ jobs:
309309 run : make test-performance-output
310310
311311 - name : Store Performance Test Outputs
312- uses : actions/upload-artifact@v4
312+ uses : actions/upload-artifact@v7
313313 with :
314314 name : performance-test-outputs
315315 path : dist/*.png
Original file line number Diff line number Diff line change 7373 run : bash scripts/sbom-create.sh
7474
7575 - name : Upload SBOM artifact
76- uses : actions/upload-artifact@v4
76+ uses : actions/upload-artifact@v7
7777 with :
7878 name : sbom-${{ github.sha }}
7979 path : sbom.spdx.json
You can’t perform that action at this time.
0 commit comments