Skip to content

Commit

Permalink
chore: bump actions/upload-pages-artifact to v3 (#701)
Browse files Browse the repository at this point in the history
## PR Checklist

- [x] Addresses an existing open issue: fixes #700
- [x] That issue was marked as [`status: accepting
prs`](https://github.com/JoshuaKGoldberg/ts-api-utils/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [x] Steps in
[CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/ts-api-utils/blob/main/.github/CONTRIBUTING.md)
were taken

## Overview

I checked https://github.com/actions/upload-pages-artifact/releases and
it _seems_ like there's nothing else to update?

💖
  • Loading branch information
JoshuaKGoldberg authored Feb 1, 2025
1 parent e97334e commit a5e8b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- if: steps.should_release.outputs.should_release != '0'
name: Create a pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/generated

Expand Down

0 comments on commit a5e8b1a

Please sign in to comment.