diff --git a/.github/workflows/attach_files_to_release.yml b/.github/workflows/attach_files_to_release.yml index 536d0ef..a516ab3 100644 --- a/.github/workflows/attach_files_to_release.yml +++ b/.github/workflows/attach_files_to_release.yml @@ -15,7 +15,7 @@ jobs: id: vars run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//} - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ env.GITHUB_REF }} - name: sha256sums