Skip to content

Commit

Permalink
ENH: Bump upload-artifact actions version to v4
Browse files Browse the repository at this point in the history
Bump `upload-artifact` actions version to v4.

Fixes:
```
Artifact actions v3 will be closing down by January 30, 2025.
You are receiving this email because you have GitHub Actions
workflows using v3 of actions/upload-artifact or
actions/download-artifact. After this date using v3 of these
actions will result in a workflow failure.
```

received via email on Jan 7, 2025 from GitHub.
  • Loading branch information
jhlegarreta committed Jan 7, 2025
1 parent a63e366 commit f0bd2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:
ctest -j 2 -VV -S dashboard.cmake
- name: Publish Documentation html as GitHub Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Documentation
path: |
Expand Down

0 comments on commit f0bd2af

Please sign in to comment.