Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/setup-py…
Browse files Browse the repository at this point in the history
…thon-5
  • Loading branch information
ZdenekM authored Jan 3, 2024
2 parents c1738af + d5a608f commit 64c28f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pants-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
./pants export
- name: Upload pants log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pants-log
path: .pants.d/pants.log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
pip install pipdeptree
pipdeptree -w fail
- name: Upload pants log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pants-log
path: .pants.d/pants.log
Expand Down

0 comments on commit 64c28f3

Please sign in to comment.