Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.0.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kdeldycke committed Jan 13, 2024
1 parent 1bc2c15 commit 00582b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
poetry install --no-interaction
poetry build --no-interaction
- name: Upload artifacts
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: ${{ github.event.repository.name }}-poetry-build-${{ matrix.short_sha }}
path: ./dist/*
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
--output-filename=${{ matrix.bin_name }}
${{ matrix.module_path }}
- name: Upload binaries
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v4.1.0
with:
name: ${{ matrix.bin_name }}
if-no-files-found: error
Expand Down

0 comments on commit 00582b6

Please sign in to comment.