Skip to content

Commit bc79f9f

Browse files
Bump actions/upload-artifact from 4.3.6 to 4.4.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@834a144...5076954) --- 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>
1 parent b18f39e commit bc79f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
python -c "import ${{ env.PACKAGE_NAME }}; print(${{ env.PACKAGE_NAME }})"
7171
shell: bash
7272
- name: Upload distribution archives
73-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
73+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
7474
with:
7575
name: distribution-archives-${{ matrix.os }}-${{ matrix.python-version }}
7676
path: dist
@@ -90,7 +90,7 @@ jobs:
9090
- name: List distribution archives
9191
run: ls --recursive distribution-archives
9292
- name: Upload combined distribution archives
93-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
93+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
9494
with:
9595
name: combined-distribution-archives
9696
path: distribution-archives

0 commit comments

Comments
 (0)