diff --git a/.github/workflows/back-end.yml b/.github/workflows/back-end.yml index 0b2bb56..23c415b 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@v4.1.0" + uses: "actions/upload-artifact@v4.3.3" with: path: "storage/logs/" # Prefix with project name (github.repository contains a slash)