Skip to content

Commit

Permalink
Merge pull request #110 from rimrul/node20-actions
Browse files Browse the repository at this point in the history
ci: update actions to use node20
  • Loading branch information
dscho authored Feb 6, 2024
2 parents 4312bf5 + 2250c30 commit 6ffeea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
determine-packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: determine packages to build
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
matrix:
directory: ${{ fromJSON(needs.determine-packages.outputs.matrix) }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: git-for-windows/setup-git-for-windows-sdk@v1
with:
flavor: full
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
mkdir -p "$top_dir/$artifacts" &&
mv *.tar.* "$top_dir/$artifacts"/ &&
echo "artifacts=$artifacts" >>$GITHUB_ENV
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ${{ env.artifacts }}
path: ${{ env.artifacts }}
Expand Down

0 comments on commit 6ffeea3

Please sign in to comment.