diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c16b058..0c1d8746 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Tar files run: tar -cvf ${{ env.WORKSPACE_ARCHIVE }} . - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: ${{ env.WORKSPACE_ARCHIVE }} @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: . @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: . diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ca03f5d7..1d7519cb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: - name: Tar files run: tar -cvf ${{ env.WORKSPACE_ARCHIVE }} . - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: ${{ env.WORKSPACE_ARCHIVE }} @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: . @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: . @@ -132,7 +132,7 @@ jobs: environment: ${{ inputs.environment }} steps: - name: Checkout - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ env.WORKSPACE_ARTIFACT }} path: .