Skip to content

Commit

Permalink
Upgrade actions to use the latest version and so remove NodeJS warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rquadling committed Dec 11, 2023
1 parent ecdadc8 commit 88d0289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- run: ~/.tfenv/bin/tfenv install
- uses: actions/checkout@v4
- run: tests/tests.sh
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: always()
with:
name: logs
Expand Down

0 comments on commit 88d0289

Please sign in to comment.