diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cee98b..be518bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: needs: [build] if: ${{ startsWith(github.ref, 'refs/tags/') }} steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 - name: Query tag name uses: little-core-labs/get-git-tag@v3.0.2 id: tagName