Skip to content

Commit 4e0e147

Browse files
authored
Merge pull request #45 from dipy/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 4 to 6
2 parents 3479ac3 + 921cdfa commit 4e0e147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Upload the PULL REQUEST number
3939
if: ${{ github.event_name == 'pull_request' }}
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: pull_request_number
4343
path: ./pull_request_number.txt
@@ -60,7 +60,7 @@ jobs:
6060
make -C . html
6161
6262
- name: Upload HTML
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v6
6464
with:
6565
name: DocumentationHTML
6666
path: _build/html/

0 commit comments

Comments
 (0)