Skip to content

Commit f8d7ee8

Browse files
authored
Update publish.yml
1 parent 8b4428b commit f8d7ee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "Checkout"
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515

1616
# See https://github.com/actions/checkout/issues/290
1717
- name: "Get Tag Annotations"
@@ -44,6 +44,6 @@ jobs:
4444
make: upload
4545

4646
- name: "Archive Submitted Drafts"
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
path: "versioned/draft-*-[0-9][0-9].*"

0 commit comments

Comments
 (0)