Skip to content

Commit

Permalink
CI: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 28, 2023
1 parent f4454cb commit 3bd8464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: poetry run mkdocs build

- name: Upload Results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: website
path: ./site
Expand All @@ -53,7 +53,7 @@ jobs:
if: github.repository != 'msys2/msys2.github.io' || (github.event_name != 'pull_request' && github.ref == 'refs/heads/source')
steps:
- name: Download Results
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: website
path: ./site
Expand Down

0 comments on commit 3bd8464

Please sign in to comment.