Skip to content

Commit 13a3d38

Browse files
chore(deps-dev): bump actions/upload-artifact from 4 to 5 (#331)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c905af8 commit 13a3d38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
report_paths: '**/*results.xml'
188188

189189
- name: Upload test artifacts
190-
uses: actions/upload-artifact@v4
190+
uses: actions/upload-artifact@v5
191191
if: always()
192192
with:
193193
name: e2e-tests

.github/workflows/rhel-e2e-nightly-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
report_paths: '**/*results.xml'
211211

212212
- name: Upload test artifacts
213-
uses: actions/upload-artifact@v4
213+
uses: actions/upload-artifact@v5
214214
if: always()
215215
with:
216216
name: results-e2e-${{ matrix.windows-version }}${{ matrix.windows-featurepack }}

0 commit comments

Comments
 (0)