Skip to content

Commit 7d08a26

Browse files
committed
ci(github): upgrade actions/*-artifact@v4
1 parent 92ae22a commit 7d08a26

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
@@ -58,7 +58,7 @@ jobs:
5858
run: mv out/murphysec-${{ matrix.goos }}-${{ matrix.goarch }} out/murphysec-${{ matrix.goos }}-${{ matrix.goarch }}.exe
5959

6060
- name: Upload artifacts
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: murphysec-${{ matrix.goos }}-${{ matrix.goarch }}
6464
path: out/*
@@ -70,7 +70,7 @@ jobs:
7070
- build
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/download-artifact@v3
73+
- uses: actions/download-artifact@v4
7474

7575
- name: Show files
7676
run: |

0 commit comments

Comments
 (0)