From 811bfd83c40bb2d6676b70a55228106572f2f142 Mon Sep 17 00:00:00 2001 From: Andrew Cantino Date: Tue, 3 Sep 2024 17:42:09 -0700 Subject: [PATCH] use version @4 for download and upload artifact --- .github/workflows/mean_bean_ci.yml | 4 ++-- .github/workflows/mean_bean_deploy.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mean_bean_ci.yml b/.github/workflows/mean_bean_ci.yml index 48a5800..940ef5d 100644 --- a/.github/workflows/mean_bean_ci.yml +++ b/.github/workflows/mean_bean_ci.yml @@ -16,7 +16,7 @@ jobs: repo: cross matches: ${{ matrix.platform }} token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 with: name: cross-${{ matrix.platform }} path: ${{ steps.cross.outputs.install_path }} @@ -62,7 +62,7 @@ jobs: fetch-depth: 50 - name: Download Cross - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: cross-linux-musl path: /tmp/ diff --git a/.github/workflows/mean_bean_deploy.yml b/.github/workflows/mean_bean_deploy.yml index befcbcd..d3a6ace 100644 --- a/.github/workflows/mean_bean_deploy.yml +++ b/.github/workflows/mean_bean_deploy.yml @@ -26,7 +26,7 @@ jobs: repo: cross matches: ${{ matrix.platform }} token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v4 with: name: cross-${{ matrix.platform }} path: ${{ steps.cross.outputs.install_path }} @@ -114,7 +114,7 @@ jobs: uses: dawidd6/action-get-tag@v1 - uses: actions/checkout@v2 - - uses: actions/download-artifact@v4.1.7 + - uses: actions/download-artifact@v4 with: name: cross-linux-musl path: /tmp/