Skip to content

Commit

Permalink
fix for actions/upload-artifact@v3 deprecated bug
Browse files Browse the repository at this point in the history
  • Loading branch information
haessar committed Feb 6, 2025
1 parent b7fec19 commit 41b34a5
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 @@ -26,7 +26,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Cache APT Packages (Linux)
uses: awalsh128/cache-apt-pkgs-action@v1.3.0
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: bedtools genometools
version: 1.0
Expand Down

0 comments on commit 41b34a5

Please sign in to comment.