Skip to content

Commit

Permalink
Freeze temporarily the version of cache-apt-pkgs-action
Browse files Browse the repository at this point in the history
The "latest" tag does not correspond anymore to the latest version, and
thus we used an older version which rely on actions/upload-artifact@v3
which now makes job crash.

See awalsh128/cache-apt-pkgs-action#145 and
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
  • Loading branch information
nhuet authored and fteicht committed Jan 17, 2025
1 parent 8aa1efc commit 4701c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install needed apt dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: libeccodes-dev

Expand Down

0 comments on commit 4701c12

Please sign in to comment.