Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update action versions to fix Node.js 16 warnings. #44

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
submodules: recursive
- name: Checkout SeExpr
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
repository: wdas/SeExpr
ref: v1-2.11
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
make -j2 CONFIG=debug SEEXPR_HOME=$PWD/SeExprBuild
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: openfx-io-build-ubuntu_22-release
path: Bundle
Expand All @@ -74,7 +74,7 @@ jobs:
./verify_plugin_loads ${BINARY_PATH}/${BINARY_NAME}

- name: Upload testing artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: openfx-io-build-ubuntu_22-testing
path: TestingBundle
Expand All @@ -91,7 +91,7 @@ jobs:

steps:
- name: Checkout branch
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
with:
submodules: recursive

Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
make -j2 CONFIG=debug

- name: Upload release artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: openfx-io-build-windows_latest-release
path: Bundle
Expand All @@ -153,7 +153,7 @@ jobs:
./verify_plugin_loads ${BINARY_PATH}/${BINARY_NAME}

- name: Upload testing artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: openfx-io-build-windows_latest-testing
path: TestingBundle