Skip to content

Commit c8dea5f

Browse files
committed
fix: bump upload-pages-artifact to v5 (pins internal upload-artifact)
v3.0.1 used unpinned actions/upload-artifact@v4 internally, failing the org-wide SHA pinning requirement.
1 parent 5de7ecd commit c8dea5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
curl -sSfL https://github.com/lycheeverse/lychee/releases/latest/download/lychee-x86_64-unknown-linux-gnu.tar.gz | tar xz -C /usr/local/bin
4949
lychee --base docs/dist --no-progress docs/dist
5050
51-
- uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
51+
- uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
5252
if: github.event_name == 'push'
5353
with:
5454
path: docs/dist

0 commit comments

Comments
 (0)