Skip to content

Commit d669d2a

Browse files
authored
Upgrade upload-artifact action to v5
1 parent dc5d7be commit d669d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/.github/workflows/build.yaml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: poetry build
7272

7373
- name: Upload dist
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v5
7575
{% raw %}with:
7676
name: ${{ github.event.repository.name }}-${{ runner.os }}-${{ matrix.python-version }}-${{ github.sha }}
7777
path: dist/
@@ -98,7 +98,7 @@ jobs:
9898
if: ${{ always() }}{% endraw %}
9999

100100
- name: Upload test coverage
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v5
102102
{% raw %}with:
103103
name: pytest-coverage-${{ runner.os }}-${{ matrix.python-version }}
104104
path: code-coverage-results.md

0 commit comments

Comments
 (0)