Bump the github-action-updates group with 2 updates (#530)
Bumps the github-action-updates group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4.3.3 to 4.3.4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](65462800fd...0b2256b8c0
) Updates `actions/download-artifact` from 4.1.7 to 4.1.8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](65a9edc588...fa0a91b85d
) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-updates - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-updates ... 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:
parent
e4506d0465
commit
4deb6fad8f
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -113,13 +113,13 @@ jobs:
|
||||
run: poetry build
|
||||
- name: Upload generic-${{ steps.meta.outputs.version }}.tar.gz
|
||||
if: ${{ matrix.python-version == env.python-version }}
|
||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
||||
with:
|
||||
name: generic-${{ steps.meta.outputs.version }}.tar.gz
|
||||
path: dist/generic-${{ steps.meta.outputs.version }}.tar.gz
|
||||
- name: Upload generic-${{ steps.meta.outputs.version }}-py3-none-any.whl
|
||||
if: ${{ matrix.python-version == env.python-version }}
|
||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
||||
with:
|
||||
name: generic-${{ steps.meta.outputs.version }}-py3-none-any.whl
|
||||
path: dist/generic-${{ steps.meta.outputs.version }}-py3-none-any.whl
|
||||
@ -138,12 +138,12 @@ jobs:
|
||||
egress-policy: audit
|
||||
|
||||
- name: Download tar.gz
|
||||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
|
||||
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
||||
with:
|
||||
name: ${{ needs.build.outputs.targz }}
|
||||
path: dist
|
||||
- name: Download wheel
|
||||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
|
||||
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
||||
with:
|
||||
name: ${{ needs.build.outputs.wheel }}
|
||||
path: dist
|
||||
|
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
publish_results: true
|
||||
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
|
||||
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
|
Loading…
x
Reference in New Issue
Block a user