diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 7eb6fe5d5ad04e59e70bbf3debf4cea8b7151cd7..11bf7a40b4edf883825ccd32c01b44ddc39f0b26 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -24,7 +24,8 @@ jobs:
         run: echo "DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
 
       - name: Cache conda environment
-        uses: actions/cache@v2.1.7
+        # Use an always upload cache to prevent solving conda environment again and again on failing linting.
+        uses: pat-s/always-upload-cache@v2.1.5
         env:
           # Increase this value to manually invalidate the cache
           CACHE_NUMBER: 0