Skip to content

Commit 51e2901

Browse files
ci(deps): Update actions/upload-artifact action to v7 (#192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b924794 commit 51e2901

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
229229
- name: Upload status artifact
230230
if: always()
231-
uses: actions/upload-artifact@v6
231+
uses: actions/upload-artifact@v7
232232
with:
233233
name: result-${{ matrix.env }}
234234
path: status.txt

.github/workflows/env-destroy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
168168
- name: Upload status artifact
169169
if: always()
170-
uses: actions/upload-artifact@v6
170+
uses: actions/upload-artifact@v7
171171
with:
172172
name: result-${{ matrix.env }} # this is the artifact name
173173
path: status.txt

0 commit comments

Comments
 (0)