From df9fed172c207b23f675248e1c4f63e0942c22e3 Mon Sep 17 00:00:00 2001 From: Paul Koch Date: Wed, 24 Jul 2024 17:33:42 -0700 Subject: [PATCH] asdf --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fdff1987..55cd073f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,14 +89,14 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build vis run: | cd shared/vis npm install npm run build-prod - name: Publish interpret-inline.js library - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: vis path: shared/vis/dist @@ -105,7 +105,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build npm package run: | cd shared/vis @@ -115,7 +115,7 @@ jobs: mkdir pkg cp *.tgz pkg/ - name: Publish npm package - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: npm path: shared/vis/pkg @@ -124,7 +124,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Build R package run: | cd R @@ -135,7 +135,7 @@ jobs: if: failure() run: cat bld/tmp/R/interpret.Rcheck/00install.out - name: Publish R package - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: R path: bld/R