Skip to content

Commit 22122bd

Browse files
dependabot[bot]amotl
authored andcommitted
Chore(deps): Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c977f90 commit 22122bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/oci-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python -m build
4646
4747
- name: Upload wheel package
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: ${{ runner.os }}-wheel-${{ github.sha }}
5151
path: dist/*.whl

.github/workflows/oci-standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python -m build
4646
4747
- name: Upload wheel package
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: ${{ runner.os }}-wheel-${{ github.sha }}
5151
path: dist/*.whl

0 commit comments

Comments
 (0)