Skip to content

Commit 0c17046

Browse files
authored
chore(deps): update github artifact actions (#1679)
1 parent 3da385b commit 0c17046

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# Exclude all of the grpc_service_config package (it is generated).
3333
run: go mod download && go vet $(go list ./... | grep -v 'grpc_service_config') > govet.txt && ! [ -s govet.txt ]
3434
if: ${{ always() }}
35-
- uses: actions/upload-artifact@v5
35+
- uses: actions/upload-artifact@v6
3636
if: ${{ always() }}
3737
with:
3838
name: linting-results

.github/workflows/deps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Prepare repositories.bzl payload
3939
if: steps.update.outputs.changed
4040
run: tar czf repos.tgz repositories.bzl
41-
- uses: actions/upload-artifact@v5
41+
- uses: actions/upload-artifact@v6
4242
if: steps.update.outputs.changed
4343
with:
4444
name: repositories
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@v4
5252
with:
5353
ref: main
54-
- uses: actions/download-artifact@v6
54+
- uses: actions/download-artifact@v7
5555
with:
5656
name: repositories
5757
- name: Expand repositories archive

0 commit comments

Comments
 (0)