Skip to content

Commit 3bd8464

Browse files
committed
CI: update actions
1 parent f4454cb commit 3bd8464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- run: poetry run mkdocs build
4040

4141
- name: Upload Results
42-
uses: actions/upload-artifact@v3
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: website
4545
path: ./site
@@ -53,7 +53,7 @@ jobs:
5353
if: github.repository != 'msys2/msys2.github.io' || (github.event_name != 'pull_request' && github.ref == 'refs/heads/source')
5454
steps:
5555
- name: Download Results
56-
uses: actions/download-artifact@v3
56+
uses: actions/download-artifact@v4
5757
with:
5858
name: website
5959
path: ./site

0 commit comments

Comments
 (0)