Skip to content

Commit 6861d38

Browse files
chore(deps): update actions/upload-artifact action to v5 (#771)
1 parent 8afabd0 commit 6861d38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Packaging
5454
run: make -C dist/debian
5555
- name: Pub
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: build-linux22
5959
path: dist/debian/*.deb
@@ -85,7 +85,7 @@ jobs:
8585
- name: Packaging
8686
run: make -C dist/debian
8787
- name: Pub
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v5
8989
with:
9090
name: build-linux24
9191
path: dist/debian/*.deb
@@ -98,7 +98,7 @@ jobs:
9898
- name: Building r2frida
9999
run: ./configure && make -j && sudo make install
100100
- name: Pub
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v5
102102
with:
103103
name: build-agent
104104
path: src/_agent.js
@@ -115,7 +115,7 @@ jobs:
115115
- name: Packaging
116116
run: make -C dist/macos
117117
- name: Pub
118-
uses: actions/upload-artifact@v4
118+
uses: actions/upload-artifact@v5
119119
with:
120120
if-no-files-found: error
121121
name: build-macos
@@ -152,7 +152,7 @@ jobs:
152152
- name: zip
153153
shell: cmd
154154
run: zip -r r2frida-${{env.R2V}}-w64.zip src\r2frida-compile.exe src\io_frida.dll
155-
- uses: actions/upload-artifact@v4
155+
- uses: actions/upload-artifact@v5
156156
with:
157157
if-no-files-found: error
158158
name: build-windows

0 commit comments

Comments
 (0)