Skip to content

Commit

Permalink
Use latest version of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Nov 2, 2024
1 parent 20efbf6 commit 84bcef0
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 @@ -65,7 +65,7 @@ jobs:
run: mkdir build && tar cvzf build/docs.tar.gz --exclude ".git" ./docs
- name: Upload build artifact
if: github.event_name == 'push' && contains(github.ref, 'main') || (github.event_name == 'repository_dispatch' && github.event.action == 'ci')
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: build
path: build/docs.tar.gz
Expand Down

0 comments on commit 84bcef0

Please sign in to comment.