Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 1ab64f8

Browse files
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 30b04e7 commit 1ab64f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
continue-on-error: true
6161

6262
- name: Upload Terraform Plan
63-
uses: actions/upload-artifact@v2
63+
uses: actions/upload-artifact@v3
6464
if: steps.plan.outcome == 'success'
6565
with:
6666
name: terraform-plan

0 commit comments

Comments
 (0)