Skip to content

Commit c5e65f5

Browse files
renovate[bot]31ch
authored andcommitted
chore(deps): update actions/upload-artifact action to v5
1 parent 73d01cc commit c5e65f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/project-build-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build documentation
2929
run: ./tools/build-docs.sh
3030
- name: Upload documentation
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v5
3232
with:
3333
name: documentation
3434
path: "build/html"
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build Python package
4646
run: ./tools/build-package.sh
4747
- name: Upload Python package
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
with:
5050
name: python-package
5151
path: "dist/*.whl"
@@ -63,7 +63,7 @@ jobs:
6363
run: tools/lint-package.sh
6464
continue-on-error: true
6565
- name: Upload lint results
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: lint-results
6969
path: "build/*.txt"
@@ -80,7 +80,7 @@ jobs:
8080
- name: Run tests
8181
run: ./tools/test-package.sh
8282
- name: Upload test results
83-
uses: actions/upload-artifact@v4
83+
uses: actions/upload-artifact@v5
8484
with:
8585
name: test-results
8686
path: "build/*.xml"

0 commit comments

Comments
 (0)