Skip to content

Commit 2be1071

Browse files
dependabot[bot]godlygeek
authored andcommitted
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 6a86084 commit 2be1071

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Archive bloomberg-comdb2 repo with build artifacts
6464
run: 'tar -C /opt -czvf bloomberg-comdb2.tar.gz bb'
6565
- name: Upload built bloomberg-comdb2
66-
uses: actions/upload-artifact@v5
66+
uses: actions/upload-artifact@v7
6767
with:
6868
name: bloomberg-comdb2
6969
path: ./bloomberg-comdb2.tar.gz
@@ -97,7 +97,7 @@ jobs:
9797
pipx run build --sdist
9898
'
9999
- name: Upload sdist
100-
uses: actions/upload-artifact@v5
100+
uses: actions/upload-artifact@v7
101101
with:
102102
name: python-comdb2-sdist
103103
path: dist/*.tar.gz

0 commit comments

Comments
 (0)