Skip to content

Commit

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

Bump actions/download-artifact from 3 to 4
  • Loading branch information
foxyseta authored Jun 18, 2024
2 parents 795bad9 + ab36fc7 commit 41e9743
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 @@ -75,7 +75,7 @@ jobs:
image: ghcr.io/csunibo/build-image:latest
steps:
- name: Download source artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: courses
path: "."
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
steps:

- name: Download site artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: site
path: site
Expand Down

0 comments on commit 41e9743

Please sign in to comment.