diff --git a/.github/workflows/branch-test-setup.yml b/.github/workflows/branch-test-setup.yml index d437f2be..2c764456 100644 --- a/.github/workflows/branch-test-setup.yml +++ b/.github/workflows/branch-test-setup.yml @@ -59,7 +59,7 @@ jobs: SENTRY_ORG: ${{ secrets.SENTRY_ORG }} SENTRY_URL: ${{ secrets.SENTRY_URL }} - name: Archive dist - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: compile-dist path: dist/ @@ -105,7 +105,7 @@ jobs: - name: Build bin run: yarn electron-builder --x64 --${{ matrix.target}} ${{ matrix.bin-output }} - name: Archive bin - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: bin path: electron/dist/*/archifiltre-* diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cb50249e..5327310e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -37,7 +37,7 @@ jobs: SENTRY_URL: ${{ secrets.SENTRY_URL }} - name: Archive dist - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: compile-dist path: dist/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a019947..8768c793 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: echo "$CSC_LINK_RAW" > certmac.txt base64 --decode certmac.txt > $CSC_LINK - name: Archive certificates - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: if-no-files-found: error name: certificates @@ -93,7 +93,7 @@ jobs: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_URL: ${{ secrets.SENTRY_URL }} - name: Archive dist - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: compile-dist path: dist/ @@ -159,7 +159,7 @@ jobs: - name: Build bin run: yarn dist:${{ matrix.target }} - name: Archive bin - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.target }}-bin path: |