Skip to content

chore(deps): bump marocchino/sticky-pull-request-comment from 2.6.2 to 2.9.0 #29

chore(deps): bump marocchino/sticky-pull-request-comment from 2.6.2 to 2.9.0

chore(deps): bump marocchino/sticky-pull-request-comment from 2.6.2 to 2.9.0 #29

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Step
run: echo "Hello, world!"
- run: echo "Hello, world!" > artifact1.txt
shell: bash
- run: |
echo '{"hello": "world"}' > artifact2.json
shell: bash
- uses: actions/upload-artifact@v3
with:
name: artifact1
path: artifact1.txt
- uses: actions/upload-artifact@v3
with:
name: artifact2
path: artifact2.json
- uses: actions/upload-artifact@v3
with:
name: artifact3
path: |
artifact1.txt
artifact2.json