Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent a550a78 commit 123bc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
key: ${{ runner.OS }}-node-${{ hashFiles('package-lock.json') }}
- run: npm ci
- run: npx redoc-cli bundle reference/toaztr.v1.yaml
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: specs
path: redoc-static.html

0 comments on commit 123bc0b

Please sign in to comment.