Skip to content

Commit

Permalink
Merge pull request #14 from dipy/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-4
  • Loading branch information
skoudoro authored Dec 16, 2023
2 parents f566a7f + 942aec6 commit f17e25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Upload the PULL REQUEST number
if: ${{ github.event_name == 'pull_request' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pull_request_number
path: ./pull_request_number.txt
Expand All @@ -60,7 +60,7 @@ jobs:
make -C . html
- name: Upload HTML
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: DocumentationHTML
path: _build/html/
Expand Down

0 comments on commit f17e25f

Please sign in to comment.