Skip to content

Commit

Permalink
GHA: Update upload artifact version (#5482)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/488551667048375/1209176012992017/f

### Description
CI is failing because our action is using a deprecated version of upload
artifact.
  • Loading branch information
malmstein authored Jan 17, 2025
1 parent 9e34116 commit b8b57d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'docs'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit b8b57d1

Please sign in to comment.