Skip to content

Commit 96680e3

Browse files
authored
Merge pull request #1561 from jdesrosiers/update-upload-artifact
Update deprecated Github action
2 parents 0a98ed7 + 8bb22f1 commit 96680e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
specs-ietf:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
23-
- uses: actions/setup-python@v4
22+
- uses: actions/checkout@v4
23+
- uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.10"
2626
- run: pip install --requirement requirements.txt
2727
- run: xml2rfc --version
2828
- run: make all
29-
- uses: actions/upload-artifact@v3
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: specification-docs
3232
path: |

0 commit comments

Comments
 (0)