Skip to content

Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#178) #228

Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#178)

Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#178) #228

name: 'test-pr-comment'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
basic:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run performance tests
uses: ./
with:
urls: |
/
/sample-page/
create-comment: true
github-token: ${{ secrets.PR_COMMENT_TOKEN }}