From 736745304de68e3388f63b12c00b324d3ca82e98 Mon Sep 17 00:00:00 2001 From: derklaro Date: Wed, 4 Sep 2024 09:25:44 +0200 Subject: [PATCH] update actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b09171e..27787b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,14 +60,14 @@ jobs: cp target/${{ matrix.platform.target }}/release/vault artifact/vault_${{ matrix.platform.osn }}_${{ matrix.platform.arch }} - name: Prepare output artifact for next step - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: name: vault-${{ env.RELEASE_VERSION }}-${{ matrix.platform.target }} path: artifact/vault-${{ env.RELEASE_VERSION }}-${{ matrix.platform.target }} - name: Prepare output artifact for next step - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ startsWith(github.ref, 'refs/tags/') }} with: name: vault_${{ matrix.platform.osn }}_${{ matrix.platform.arch }} @@ -79,12 +79,12 @@ jobs: if: ${{ startsWith(github.ref, 'refs/tags/') }} steps: - name: Download artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: path: binaries - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: fail_on_unmatched_files: true files: |