Skip to content

Commit

Permalink
upgrade upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Jun 14, 2024
1 parent eb36354 commit ac34a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
theme: resume.css
output_dir: out
build_html: false
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: resume
path: out
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
theme: resume.css
output_dir: out
build_html: false
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: resume
path: out
Expand Down

0 comments on commit ac34a9b

Please sign in to comment.