Skip to content

Commit 557a786

Browse files
authored
Update archive.yml to v4
1 parent dc5a39c commit 557a786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/archive.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: "Checkout"
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616

1717
- name: "Update Archive"
1818
uses: martinthomson/i-d-template@v1
@@ -29,6 +29,6 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030

3131
- name: "Save Archive"
32-
uses: actions/upload-artifact@v2
32+
uses: actions/upload-artifact@v4
3333
with:
3434
path: archive.json

0 commit comments

Comments
 (0)