Skip to content

Commit

Permalink
WIP: Fix CI now that artifacts v2 is depreciated (#312)
Browse files Browse the repository at this point in the history
Update artifacts to v4
  • Loading branch information
AndyLHCb authored Nov 4, 2024
1 parent 75b8a14 commit 165b147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check for dead links
run: starterkit_ci check --allow-warnings
- name: Upload build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build
path: build/html/
Expand All @@ -26,7 +26,7 @@ jobs:
needs: build
steps:
- name: Download build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: build
- name: Deploy
Expand Down

0 comments on commit 165b147

Please sign in to comment.