Skip to content

Commit fe41b3d

Browse files
Bump the dependencies group with 2 updates (#198)
Bumps the dependencies 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 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7db0934 commit fe41b3d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-pb-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
buf generate
3939
4040
- name: Upload a Build Artifact
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
if: ${{ github.ref_name == 'main' }}
4343
with:
4444
name: "Probuf HTML File"
@@ -54,7 +54,7 @@ jobs:
5454
ref: gh-pages
5555

5656
- name: Download a Build Artifact
57-
uses: actions/download-artifact@v5
57+
uses: actions/download-artifact@v6
5858
with:
5959
name: "Probuf HTML File"
6060
path: "./outputs"

.github/workflows/build-tzpb.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,25 @@ jobs:
6565
preindextzpb data/combined-with-oceans.reduce.bin
6666
ls -alh data/
6767
68-
- uses: actions/upload-artifact@v4
68+
- uses: actions/upload-artifact@v5
6969
with:
7070
name: combined-with-oceans.bin
7171
path: |
7272
data/combined-with-oceans.bin
7373
74-
- uses: actions/upload-artifact@v4
74+
- uses: actions/upload-artifact@v5
7575
with:
7676
name: combined-with-oceans.reduce.bin
7777
path: |
7878
data/combined-with-oceans.reduce.bin
7979
80-
- uses: actions/upload-artifact@v4
80+
- uses: actions/upload-artifact@v5
8181
with:
8282
name: combined-with-oceans.reduce.compress.bin
8383
path: |
8484
data/combined-with-oceans.reduce.compress.bin
8585
86-
- uses: actions/upload-artifact@v4
86+
- uses: actions/upload-artifact@v5
8787
with:
8888
name: combined-with-oceans.reduce.preindex.bin
8989
path: |

0 commit comments

Comments
 (0)