Skip to content

Commit

Permalink
Bugfix: restore upload-artifact action version from v4 o v3 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: juandiego <jcrisanto@zutun.io>
  • Loading branch information
juan-crisanto-qenta and jd-crisanto authored Mar 19, 2024
1 parent 5d47328 commit 7ea8c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: cp index.html docs/index.html

- name: Save artifact with build results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: docs
path: docs/*
Expand Down

0 comments on commit 7ea8c19

Please sign in to comment.