Skip to content

Commit

Permalink
fix: cache-apt-pkgs-action 1.3.1 uses upload-artifact v3 (deprecated) (
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Jan 10, 2025
1 parent 88d6cdd commit 8784b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _doc-build-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ runs:
fi
- name: "Cache apt packages needed"
uses: awalsh128/cache-apt-pkgs-action@v1.3.1
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
if: inputs.skip-dependencies-cache == 'false' && env.NEEDED_DEPS != ''
with:
packages: ${{ env.NEEDED_DEPS }}
Expand Down

0 comments on commit 8784b65

Please sign in to comment.