Skip to content

Commit 3c92be4

Browse files
chore(deps): Update actions/upload-pages-artifact action to v4
1 parent be425d9 commit 3c92be4

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)