Skip to content

Commit

Permalink
Merge pull request #98 from alosadagrande/lab-4.16
Browse files Browse the repository at this point in the history
Fix actions since v1 and v2 actions are deprecated
  • Loading branch information
alosadagrande authored Sep 16, 2024
2 parents dca5099 + 2a9a84f commit c9b34cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download generated site
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: site
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"
Expand Down

0 comments on commit c9b34cd

Please sign in to comment.