Skip to content

Commit

Permalink
Downgrade artifact workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm authored Jan 2, 2024
1 parent 2871862 commit 74bd9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
env:
NOTEBOOK_NAME: ${{ matrix.notebook-name }}

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: executed-${{ hashFiles(matrix.notebook-name) }}
path: ${{ matrix.notebook-name }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
working-directory: docs
run: make dirhtml

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: docs
path: docs/_build/dirhtml
Expand Down

0 comments on commit 74bd9d9

Please sign in to comment.