diff --git a/.github/workflows/back-end.yml b/.github/workflows/back-end.yml index 661bc97..83e739c 100644 --- a/.github/workflows/back-end.yml +++ b/.github/workflows/back-end.yml @@ -112,7 +112,7 @@ jobs: - name: "Tests have failed: upload logs" if: "${{ failure() }}" - uses: "actions/upload-artifact@v3.1.2" + uses: "actions/upload-artifact@v4.1.0" with: path: "storage/logs/" # Prefix with project name (github.repository contains a slash)