diff --git a/.github/workflows/cd.docs.cfp.yml b/.github/workflows/cd.docs.cfp.yml index b190d66..5b80507 100644 --- a/.github/workflows/cd.docs.cfp.yml +++ b/.github/workflows/cd.docs.cfp.yml @@ -44,7 +44,7 @@ jobs: - name: Build documentation run: ./Taskfile docs publish - name: Upload documentation - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.4.3 with: name: dist path: docs/dist diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73d9e46..144f024 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: run: make test-with-coverage if: matrix.go == '1.21.x' - name: Store code coverage report - uses: actions/upload-artifact@v4.0.0 + uses: actions/upload-artifact@v4.4.3 if: matrix.go == '1.21.x' with: { name: code-coverage-report, path: c.out }