Skip to content

Commit

Permalink
Fix #1549, Adds node20 compatible github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfiguer authored and jdfiguer committed May 1, 2024
1 parent 372ea65 commit 76a8064
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-osal-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: sudo apt-get install doxygen graphviz -y

- name: Checkout submodule
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up for build
run: |
Expand All @@ -45,7 +45,7 @@ jobs:
mv build/docs/osal-apiguide-warnings.log osal-apiguide-warnings.log
- name: Archive Osal Guide Build Logs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: OSAL Guide Artifacts
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/icbundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
sudo apt update
sudo apt install -y w3m
- name: Checkout IC Branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: '0'
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/standalone-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:

- name: Checkout OSAL
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: source

Expand Down

0 comments on commit 76a8064

Please sign in to comment.