Skip to content

Commit

Permalink
Pin GHA's upload-artifact to 3.1.3
Browse files Browse the repository at this point in the history
As a temporary workaround for the changes newer versions (>3.2.0) around
not uploading temporary files
  • Loading branch information
marcospri committed Sep 2, 2024
1 parent ea1bdd3 commit 0a7a17b
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 @@ -97,7 +97,7 @@ jobs:
env:
COVERAGE_FILE: .coverage.${{ matrix.python-version }}
- name: Upload coverage file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v3.1.3
with:
name: coverage
path: .coverage.*
Expand Down

0 comments on commit 0a7a17b

Please sign in to comment.