Skip to content

Commit fe40f68

Browse files
dependabot[bot]mborgerson
authored andcommitted
ci: bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c53dc34 commit fe40f68

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
python -m pip install --user build
3535
python -m build --sdist
36-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
36+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3737
with:
3838
name: source
3939
path: dist/*.tar.gz
@@ -69,7 +69,7 @@ jobs:
6969
CIBW_TEST_COMMAND: python -m unittest discover -v -s {package}/tests
7070
CIBW_BUILD_VERBOSITY: 1
7171
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.platform.arch == 'arm64' && '11' || '10.14' }}
72-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
72+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7373
with:
7474
name: ${{ matrix.py }}-${{ matrix.platform.wheel_tag }}
7575
path: ./wheelhouse/*.whl
@@ -109,7 +109,7 @@ jobs:
109109
--gcov-filter 'pypcode_native.cpp'
110110
[[ -e ./junit.xml && -e coverage.xml && -e ./coverage-native.xml ]]
111111
- name: Upload test results
112-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
112+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
113113
with:
114114
name: results
115115
include-hidden-files: true

0 commit comments

Comments
 (0)