Skip to content

Commit 6dd13e3

Browse files
authored
Merge pull request #669 from zowe/dependabot/github_actions/main/actions/upload-artifact-7.0.1
Bump actions/upload-artifact from 4.6.2 to 7.0.1
2 parents de94e77 + 491b321 commit 6dd13e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Archive Results
6565
if: ${{ always() && steps.build.outcome == 'success' }}
66-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
66+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6767
with:
6868
name: ${{ matrix.os }}-${{ matrix.node-version }}-results
6969
path: packages/*/__tests__/__results__/
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: Archive E2E screenshots, Wiremock log, and Playwright test report
141141
if: success() || failure()
142-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
142+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
143143
with:
144144
name: e2eLogs
145145
path: |

0 commit comments

Comments
 (0)