Skip to content

Commit 58203ea

Browse files
Merge pull request #30 from renefritze/dependabot/github_actions/actions/upload-artifact-5
⬆️ Bump actions/upload-artifact from 4 to 5
2 parents a85274e + d44b7af commit 58203ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
python -m pip install .[dev]
6363
make -C docs html
6464
- name: upload generated projects
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
with:
6767
name: cookie_python_${{ matrix.python-version }}
6868
path: /tmp/cookie_python

0 commit comments

Comments
 (0)