Skip to content

Commit 21b7bce

Browse files
ci(deps): bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cebe861 commit 21b7bce

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
: > /home/runner/work/_temp/runtime-logs/blocked.md
125125
126126
- name: Upload Copilot runtime logs (if present)
127-
uses: actions/upload-artifact@v4
127+
uses: actions/upload-artifact@v6
128128
with:
129129
name: copilot-runtime-logs
130130
path: |

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,23 +83,23 @@ jobs:
8383

8484
- name: 📊 Upload test results
8585
if: always()
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v6
8787
with:
8888
name: playwright-report-${{ matrix.browser }}
8989
path: playwright-report/
9090
retention-days: 7
9191

9292
- name: 📹 Upload test videos
9393
if: failure()
94-
uses: actions/upload-artifact@v4
94+
uses: actions/upload-artifact@v6
9595
with:
9696
name: test-videos-${{ matrix.browser }}
9797
path: test-results/**/*.webm
9898
retention-days: 7
9999

100100
- name: 📸 Upload test screenshots
101101
if: failure()
102-
uses: actions/upload-artifact@v4
102+
uses: actions/upload-artifact@v6
103103
with:
104104
name: test-screenshots-${{ matrix.browser }}
105105
path: test-results/**/*.png

0 commit comments

Comments
 (0)