Skip to content

Commit 3e49894

Browse files
committed
chore(deps): update github artifact actions
1 parent ebb7a07 commit 3e49894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: cp $(bazel info bazel-bin)/cmd/ibazel/ibazel_/ibazel${{ matrix.ext }} ${{ matrix.artifact }}
5656

5757
- name: Upload binary
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v5
5959
with:
6060
name: ${{ matrix.name }}
6161
path: ${{ matrix.artifact }}
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
fetch-depth: 0
8585

86-
- uses: actions/download-artifact@v5
86+
- uses: actions/download-artifact@v6
8787
with:
8888
path: ./npm-staging/bin
8989

0 commit comments

Comments
 (0)