diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 332972fa8..1f22c824b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - name: Archive MegaLinter reports if: always() - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: megalinter-reports path: | @@ -105,7 +105,7 @@ jobs: cat coverage-summary.txt - name: Upload coverage reports - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: coverage-report path: | @@ -139,7 +139,7 @@ jobs: echo "Coverage: $COVERAGE" - name: Upload build artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: build-artifacts path: ${{github.workspace}}/build \ No newline at end of file