Skip to content

Commit

Permalink
Merge pull request #45 from csunibo/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
foxyseta authored Jun 18, 2024
2 parents ffed70e + e36af83 commit 62993af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
args: --release

- name: Generate artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: courses
path: ./output/*.adoc
Expand All @@ -87,7 +87,7 @@ jobs:
run: asciidoctor-pdf "*.adoc"

- name: Generate site artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: site
path: "."
Expand Down

0 comments on commit 62993af

Please sign in to comment.