Skip to content

Commit 51e6434

Browse files
committed
Update artifact packages
1 parent 259f820 commit 51e6434

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
run: zip -r Flex.zip -j bin/Debug_x64/FlexEngine/
137137

138138
- name: upload-artifacts
139-
uses: actions/upload-artifact@v3
139+
uses: actions/upload-artifact@v6
140140
with:
141141
name: flex-linux
142142
path: Flex.zip
@@ -151,7 +151,7 @@ jobs:
151151
run: sudo apt-get update -m && sudo apt-get install -y libopenal-dev
152152

153153
- name: download-artifacts
154-
uses: actions/download-artifact@v3
154+
uses: actions/download-artifact@v7
155155
with:
156156
name: flex-linux
157157
path: .

0 commit comments

Comments
 (0)