We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259f820 commit 51e6434Copy full SHA for 51e6434
1 file changed
.github/workflows/build_linux.yml
@@ -136,7 +136,7 @@ jobs:
136
run: zip -r Flex.zip -j bin/Debug_x64/FlexEngine/
137
138
- name: upload-artifacts
139
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v6
140
with:
141
name: flex-linux
142
path: Flex.zip
@@ -151,7 +151,7 @@ jobs:
151
run: sudo apt-get update -m && sudo apt-get install -y libopenal-dev
152
153
- name: download-artifacts
154
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v7
155
156
157
path: .
0 commit comments