Skip to content

Commit

Permalink
GitHub is now warning Node.js 16 is deprecated in favor of 20, and up…
Browse files Browse the repository at this point in the history
…load-artifact@v3 is triggering it. Trying the latest known version of that action; maybe it will go away? Answer: Yes, it did go away (did this in flow before).
  • Loading branch information
ygoldfeld committed Jan 25, 2024
1 parent 2087b11 commit f832327
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 @@ -1028,7 +1028,7 @@ jobs:
- name: Upload test/demo logs (please inspect if failure(s) seen above)
if: |
always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ipc-test-logs-${{ matrix.compiler.id }}-${{ matrix.build-test-cfg.id }}
path: ${{ env.install-dir }}/bin/logs.tgz
Expand Down Expand Up @@ -1220,7 +1220,7 @@ jobs:
${{ github.workspace }}/build/${{ matrix.build-cfg.conan-profile-build-type }}
- name: Upload documentation tarball
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ipc-doc
path: ${{ github.workspace }}/doc/ipc_doc.tgz
Expand Down

0 comments on commit f832327

Please sign in to comment.