Skip to content

Commit cf2e6ec

Browse files
dependabot[bot]sarahmonod
authored andcommitted
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 97f0be7 commit cf2e6ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v4
66+
uses: actions/upload-artifact@v5
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@v4
100+
uses: actions/upload-artifact@v5
101101
with:
102102
name: python-comdb2-sdist
103103
path: dist/*.tar.gz

0 commit comments

Comments
 (0)