Barazo default frontend barazo.forum
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #56 from barazo-forum/dependabot/github_actions/actions/upload-artifact-6.0.0

chore(deps): bump actions/upload-artifact from 4.6.2 to 6.0.0

authored by

Guido X Jansen and committed by
GitHub
c180d2ce 730ab67f

+3 -3
+3 -3
.github/workflows/ci.yml
··· 135 135 run: pnpm build 136 136 137 137 - name: Upload build artifacts 138 - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 138 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 139 139 with: 140 140 name: build 141 141 path: | ··· 207 207 208 208 - name: Upload Playwright report 209 209 if: always() 210 - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 210 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 211 211 with: 212 212 name: playwright-report 213 213 path: playwright-report/ ··· 215 215 216 216 - name: Upload Lighthouse report 217 217 if: always() 218 - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 218 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 219 219 with: 220 220 name: lighthouse-report 221 221 path: .lighthouseci/