chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 (#1032)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] authored and GitHub committed 2024-07-08 22:07:52 -04:00
1 parent ce00bd92db
commit fdd63b742a
2 files changed
+6 -6

No files matched your search

+5 -5
View File
@@ -70,7 +70,7 @@ jobs:
- name: Build - name: Build
run: python -m build -sw openllm-python/ run: python -m build -sw openllm-python/
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # ratchet:actions/upload-artifact@v4
with: with:
name: binary-artefacts name: binary-artefacts
path: openllm-python/dist/* path: openllm-python/dist/*
@@ -199,14 +199,14 @@ jobs:
done done
- name: Upload staged archive - name: Upload staged archive
if: runner.os != 'Linux' if: runner.os != 'Linux'
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # ratchet:actions/upload-artifact@v4
with: with:
name: staged-${{ runner.os }}-${{ matrix.job.target }} name: staged-${{ runner.os }}-${{ matrix.job.target }}
path: openllm-python/packaging/* path: openllm-python/packaging/*
if-no-files-found: error if-no-files-found: error
- name: Upload archive - name: Upload archive
if: runner.os == 'Linux' if: runner.os == 'Linux'
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # ratchet:actions/upload-artifact@v4
with: with:
name: standalone-${{ runner.os }}-${{ matrix.job.target }} name: standalone-${{ runner.os }}-${{ matrix.job.target }}
path: openllm-python/packaging/* path: openllm-python/packaging/*
@@ -262,13 +262,13 @@ jobs:
mkdir installers mkdir installers
mv build/*/release/*/*.{exe,msi} installers mv build/*/release/*/*.{exe,msi} installers
- name: Upload binaries - name: Upload binaries
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # ratchet:actions/upload-artifact@v4
with: with:
name: standalone name: standalone
path: openllm-python/archives/* path: openllm-python/archives/*
if-no-files-found: error if-no-files-found: error
- name: Upload installers - name: Upload installers
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # ratchet:actions/upload-artifact@v4
with: with:
name: installers name: installers
path: openllm-python/installers/* path: openllm-python/installers/*
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
run: hatch build run: hatch build
working-directory: ${{ matrix.directory }} working-directory: ${{ matrix.directory }}
- name: Upload artifacts - name: Upload artifacts
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # ratchet:actions/upload-artifact@v4 uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # ratchet:actions/upload-artifact@v4
with: with:
name: python-artefacts-${{ matrix.directory }} name: python-artefacts-${{ matrix.directory }}
path: ${{ matrix.directory }}/dist/* path: ${{ matrix.directory }}/dist/*