Skip to content

Commit 1cbd0f9

Browse files
committed
chore(version): bumped version, updated artifact-upload for github
1 parent 23be312 commit 1cbd0f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-push-or-pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
if: ${{ !needs.firebase_preview.outputs.output_url }}
158158
run: npx nx run ngx-bootstrap-docs-e2e:e2e --pwProject=chromium-integration --shard=${{ matrix.shard }}/${{ strategy.job-total }}
159159

160-
- uses: actions/upload-artifact@v3
160+
- uses: actions/upload-artifact@v4
161161
if: always()
162162
with:
163163
name: playwright-report-smoke-${{ matrix.shard }}_${{ strategy.job-total }}
@@ -199,7 +199,7 @@ jobs:
199199
continue-on-error: true
200200
run: npx nx run ngx-bootstrap-docs-e2e:e2e --pwProject=chromium-full --shard=${{ matrix.shard }}/${{ strategy.job-total }}
201201

202-
- uses: actions/upload-artifact@v3
202+
- uses: actions/upload-artifact@v4
203203
if: always()
204204
with:
205205
name: playwright-report-full-${{ matrix.shard }}_${{ strategy.job-total }}

0 commit comments

Comments
 (0)