Skip to content

Commit

Permalink
Merge pull request #3 from python-project-templates/dependabot/github…
Browse files Browse the repository at this point in the history
…_actions/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
timkpaine authored Jan 1, 2024
2 parents fd66319 + 0544301 commit a67701b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' }}

- name: Upload test results (Python)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pytest-results-${{ matrix.os }}-${{ matrix.python-version }}
path: junit.xml
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
run: make dist-py
if: ${{ matrix.os == 'ubuntu-latest' }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./dist/*.tar.gz
if: ${{ matrix.os == 'ubuntu-latest' }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: ./dist/*.whl

0 comments on commit a67701b

Please sign in to comment.