diff --git a/.github/workflows/cicd-backend.yml b/.github/workflows/cicd-backend.yml index 2f4ab86..6a4e07b 100644 --- a/.github/workflows/cicd-backend.yml +++ b/.github/workflows/cicd-backend.yml @@ -101,7 +101,7 @@ jobs: # Upload migrations script - name: Upload migrations script if: github.event_name == 'push' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: migrations path: ${{ env.MIGRATIONS_SCRIPT }} @@ -161,7 +161,7 @@ jobs: # Upload jobs artifact - name: Upload jobs artifact if: github.event_name == 'push' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: jobs path: ${{ github.workspace }}/jobs