Merge branch 'main' into dependabot/github_actions/actions/checkout-4

This commit is contained in:
Yoann Chaudet
2023-12-21 15:01:33 -08:00
committed by GitHub
2 changed files with 9 additions and 3 deletions

View File

@@ -31,12 +31,13 @@ jobs:
- name: Upload Pages artifact
uses: ./
with:
name: pages-artifact-${{ matrix.os }}
path: artifact
- name: Download artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: github-pages
name: pages-artifact-${{ matrix.os }}
path: artifact2
- name: Extract artifact