We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e6faff commit 08040f4Copy full SHA for 08040f4
.github/workflows/linux.yml
@@ -71,13 +71,13 @@ jobs:
71
72
# ==== DISTRIBUTION ====
73
- name: Upload Distribution
74
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
75
with:
76
name: pkg-linux-${{ matrix.config.target }}
77
path: ./build/pkg
78
79
- name: Upload Distribution (Legacy Naming)
80
81
82
name: pkg
83
0 commit comments