From dc746e7032a1b3d1e6dbdbfda155f6bae8ebfb76 Mon Sep 17 00:00:00 2001 From: lucasbento Date: Sat, 14 Jun 2025 17:50:11 +0200 Subject: [PATCH] chore: bump `actions/upload-artifact` --- .github/workflows/push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 786fde18..76615089 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -14,7 +14,7 @@ jobs: node-version: '16' - name: ⬆️ Upload output - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ github.sha }} path: ./** @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⬇️ Restore output - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ github.sha }} @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⬇️ Restore output - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ github.sha }} @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⬇️ Restore output - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ github.sha }}