We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec21878 commit 0fa067aCopy full SHA for 0fa067a
1 file changed
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
run: g++ -std=c++17 -o test/test_tcp_cpp test/test_tcp.cpp
46
47
- name: Upload Qt5 build artifacts
48
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
49
with:
50
name: qt5-build-artifacts
51
path: |
@@ -110,7 +110,7 @@ jobs:
110
111
112
- name: Upload Qt6 build artifacts
113
114
115
name: qt6-build-artifacts
116
0 commit comments