Skip to content

Commit dab14db

Browse files
chore(deps): Update actions/upload-pages-artifact action to v4
1 parent 70a4644 commit dab14db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
poetry run generate-jd ../$DEST_DIR --metadata ../metadata.yaml --jd-root ..
3131
- name: "publish"
3232
if: "${{ github.event_name == 'push' && steps.setup.outputs.publishing_branch != '' }}"
33-
uses: "actions/upload-pages-artifact@v3"
33+
uses: "actions/upload-pages-artifact@v4"
3434
with:
3535
path: "${{ env.DEST_DIR }}"
3636
deploy:

0 commit comments

Comments
 (0)