diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c90454f..30f6b98 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -93,7 +93,7 @@ jobs: go mod download make test-e2e - - uses: actions/upload-artifact@v4.6.1 + - uses: actions/upload-artifact@v4.6.2 if: failure() && steps.test.outcome == 'failure' with: name: playwright-report @@ -123,7 +123,7 @@ jobs: echo "version=v$(grep golangci-lint .tool-versions | awk '{print $2}')" >> $GITHUB_OUTPUT - name: golangci-lint - uses: reviewdog/action-golangci-lint@v2.7.0 + uses: reviewdog/action-golangci-lint@v2.7.1 with: golangci_lint_version: ${{ steps.get-golangci-lint-version.outputs.version }} level: warning