Skip to content

Commit 98fe283

Browse files
github-actions: bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df578fd commit 98fe283

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/daily-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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: |

.github/workflows/persistent-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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: |

.github/workflows/pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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

.github/workflows/pr-env-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)