Skip to content

Commit 7ed0a5c

Browse files
committed
Upgrade GitHub Actions workflow to use version 4 of the upload-artifact action
1 parent c1fa735 commit 7ed0a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
./dependencies.txt=/usr/share/agent/dependencies.txt
7474
7575
- name: Upload artifacts
76-
uses: actions/upload-artifact@v2
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: packages-${{ matrix.arch }}
7979
path: |

0 commit comments

Comments
 (0)