Skip to content

Commit

Permalink
Updated download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory Barnes committed Sep 3, 2024
1 parent cdf6f8c commit 8388801
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ name: docs
on:
push:
branches: [main]
pull_request:
branches: [main]


jobs:
tests:
name: "Build docs"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: artifact
path: dist
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: tests
on:
pull_request:
branches: [main]
push:

jobs:
tests:
Expand Down

0 comments on commit 8388801

Please sign in to comment.