From caa5dbfc66d8b6d71e8308103ee515c23776341e Mon Sep 17 00:00:00 2001 From: ElinorK <16242091+elinork@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:17:11 -0400 Subject: [PATCH] switch to ubuntu-latest --- .github/workflows/build-cloud-gov.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-cloud-gov.yml b/.github/workflows/build-cloud-gov.yml index c0e43da..ec04ba4 100644 --- a/.github/workflows/build-cloud-gov.yml +++ b/.github/workflows/build-cloud-gov.yml @@ -59,13 +59,6 @@ jobs: needs: copy_code_to_cloud-gov runs-on: ubuntu-latest name: Compile and vendor R dependencies for cloud.gov - defaults: - run: - working-directory: /workspace - container: - image: cloudfoundry/cflinuxfs4 - volumes: - - ${{ github.workspace }}:/workspace steps: - name: Checkout Code @@ -138,7 +131,7 @@ jobs: run: | if [ -d "bin" ]; then rm -fr bin; fi mkdir bin - cp /usr/bin/pandoc bin + tar -czvf bin/pandoc.tar.gz /usr/bin/pandoc git add bin - name: Add additional files to repo if not already there @@ -157,7 +150,7 @@ jobs: fi - name: Upload folder debug-outputs to an artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: debug-outputs path: debug-outputs @@ -178,7 +171,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Trigger Workflow to copy for deployment - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.OWSHINY_ACTION }} script: |