diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a4485ca1..6fcd80d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,11 +7,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Set Timezone - uses: szenius/set-timezone@v1.2 + uses: szenius/set-timezone@v2.0 with: timezoneLinux: "UTC" - name: Checkout (GitHub) - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: docker network create --driver bridge textit_default - name: Build and run dev container task uses: devcontainers/ci@v0.3 @@ -23,13 +23,13 @@ jobs: - name: Upload artifacts if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: screenshots path: screenshots/ - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{secrets.CODECOV_TOKEN}} files: coverage/lcov.info diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9f56bfc8..6e942cef 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout (GitHub) - uses: actions/checkout@v3 + uses: actions/checkout@v4 - run: docker network create --driver bridge textit_default - name: Build and run dev container task uses: devcontainers/ci@v0.3