Skip to content

Commit 1fd0a28

Browse files
[no ci] Downgrade to @actions/artifact@5.0.3
* update converted to esm modules, this breaks the script
1 parent ec0ebc0 commit 1fd0a28

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-repo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ jobs:
331331
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
332332

333333
- name: install actions/artifact
334-
run: npm install @actions/artifact
334+
run: npm install @actions/artifact@5.0.3
335335

336336
- name: create release index and sync packages
337337
uses: actions/github-script@v7
@@ -604,3 +604,4 @@ jobs:
604604
id: deployment
605605
uses: actions/deploy-pages@v4
606606

607+

0 commit comments

Comments
 (0)