Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#42)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 27, 2024
1 parent 0c90aa2 commit faf916a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
echo "$INSTALLED" | grep "${{ env.VERSION }}" -Fq
- name: Upload built conda package ready for upload on release
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: conda-build-${{ matrix.os }}-${{ inputs.package_name }}-${{ inputs.version }}
path: ${{ env.MAMBA_ROOT_PREFIX }}/envs/condabuild/conda-bld/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: python -m build

- name: Create built package artifact ready for upload on release
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.PACKAGENAME }}
path: dist/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-memory-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Upload flamegraph(s)
if: inputs.upload_flamegraph == true
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: memory-profiling-flamegraphs
path: ~/flamegraphs/*.html
Expand Down

0 comments on commit faf916a

Please sign in to comment.