Skip to content

Commit 2f34b72

Browse files
Bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8355ec2 commit 2f34b72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
done
134134
shell: bash
135135
- name: Store converted notebooks as artifacts
136-
uses: actions/upload-artifact@v4
136+
uses: actions/upload-artifact@v7
137137
with:
138138
name: converted-notebooks-${{ matrix.backend }}
139139
path: _converted
@@ -200,7 +200,7 @@ jobs:
200200
shell: bash
201201
- name: Deploy to GitHub artifacts
202202
if: github.repository == 'viskex/viskex.github.io' && github.ref != 'refs/heads/main'
203-
uses: actions/upload-artifact@v4
203+
uses: actions/upload-artifact@v7
204204
with:
205205
name: website
206206
path: |

0 commit comments

Comments
 (0)