Skip to content

Commit 7bb2777

Browse files
authored
[TASK] workflows/preview: update versions (#366)
2 parents 7ccae00 + 29278d9 commit 7bb2777

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm run build
2222
- run: node scripts/build-preview-fixtures.mjs
2323
- run: echo "${{ github.event.pull_request.number }}" > build/.pr-number
24-
- uses: actions/upload-artifact@v4
24+
- uses: actions/upload-artifact@v7
2525
with:
2626
name: pr-preview-build
2727
path: build/

.github/workflows/preview-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git add -A
2424
git diff --cached --quiet || git commit -m "preview: cleanup PR #${{ github.event.pull_request.number }}"
2525
git push
26-
- uses: marocchino/sticky-pull-request-comment@v2
26+
- uses: marocchino/sticky-pull-request-comment@v3
2727
with:
2828
header: pr-preview
2929
message: "Preview for this PR has been removed."

.github/workflows/preview-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: pr-preview
1919
url: ${{ steps.url.outputs.url }}
2020
steps:
21-
- uses: actions/download-artifact@v4
21+
- uses: actions/download-artifact@v8
2222
with:
2323
name: pr-preview-build
2424
path: build
@@ -42,7 +42,7 @@ jobs:
4242
commit_message: "preview: deploy PR #${{ steps.pr.outputs.number }}"
4343
- id: url
4444
run: echo "url=https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/pr-preview/pr-${{ steps.pr.outputs.number }}/" >> "$GITHUB_OUTPUT"
45-
- uses: marocchino/sticky-pull-request-comment@v2
45+
- uses: marocchino/sticky-pull-request-comment@v3
4646
with:
4747
number: ${{ steps.pr.outputs.number }}
4848
header: pr-preview

0 commit comments

Comments
 (0)