Skip to content

Commit 22c481a

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

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/daily-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
make get-s3-perms ENV=${account} TF_WORKSPACE_NAME=${inactive_stack}
5656
5757
- name: Save Build Artifacts
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v5
5959
with:
6060
name: build-artifacts
6161
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@v5
6464
with:
6565
name: build-artifacts
6666
path: |

.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@v5
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@v5
313313
with:
314314
name: performance-test-outputs
315315
path: dist/*.png

0 commit comments

Comments
 (0)