diff --git a/.github/workflows/build-lcg-and-test.yml b/.github/workflows/build-lcg-and-test.yml index 9c6755f20..d192ba1fa 100644 --- a/.github/workflows/build-lcg-and-test.yml +++ b/.github/workflows/build-lcg-and-test.yml @@ -43,7 +43,7 @@ jobs: - uses: cvmfs-contrib/github-action-cvmfs@v2 with: cvmfs_repositories: 'sft.cern.ch,geant4.cern.ch' - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: ${{ env.LCG }}-${{ env.sys }} - run: | @@ -75,7 +75,7 @@ jobs: - uses: cvmfs-contrib/github-action-cvmfs@v2 with: cvmfs_repositories: 'sft.cern.ch,geant4.cern.ch' - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: ${{ env.LCG }}-${{ env.sys }} - run: |