Skip to content

Commit

Permalink
Move up GitHub actions to v4
Browse files Browse the repository at this point in the history
Move up GitHub actions version to v4 in main.yml to avoid build
warning, as per:
https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions

Signed-off-by: Dan Handley <[email protected]>
  • Loading branch information
danh-arm authored and manish-pandey-arm committed Mar 20, 2024
1 parent 8c1b12b commit c0c5e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
environment: pr_ci
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
sudo apt-get update
sudo apt-get install -y librsvg2-bin \
Expand All @@ -21,7 +21,7 @@ jobs:
- run: make html

- name: Archive pdf
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firmware_handoff.pdf
path: build/latex/firmware_handoff.pdf

0 comments on commit c0c5e43

Please sign in to comment.