Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cache-params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Cache download of parameters
id: cache-openfold_parameters
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.openfold3/
key: shared-params_of3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
find ${{ github.workspace }} -name "coverage.xml" -o -name ".coverage" 2>/dev/null || echo "No coverage files found"

- name: Upload coverage report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
if: always()
with:
name: coverage-report-${{ inputs.build_mode }}-${{ inputs.cuda_base_image_tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@a60f0f62b5c12316066c8db464bfb2faafd7907b
with:
images: openfoldconsortium/openfold3
tags: |
Expand Down
Loading