Skip to content

Commit 5f77094

Browse files
ilikesn0wNikolajSchlej
authored andcommitted
Fix CI warnings
1 parent cfe6348 commit 5f77094

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
codesign -fs - --deep UEFITool.app
6868
zip -qry ../../UEFITool/dist/UEFITool_NE_${UEFITOOL_VER}_universal_mac.zip ./UEFITool.app
6969
- name: Upload to artifacts
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v6
7171
with:
7272
name: macOS builds
7373
path: dist/*
@@ -109,7 +109,7 @@ jobs:
109109
zip -qryj ../UEFITool/dist/UEFIFind_NE_${UEFITOOL_VER}_x64_linux.zip ./UEFIFind/uefifind
110110
zip -qryj ../UEFITool/dist/UEFITool_NE_${UEFITOOL_VER}_x64_linux.zip ./UEFITool/uefitool
111111
- name: Upload to artifacts
112-
uses: actions/upload-artifact@v4
112+
uses: actions/upload-artifact@v6
113113
with:
114114
name: Linux builds
115115
path: dist/*.zip
@@ -129,7 +129,7 @@ jobs:
129129
- uses: actions/checkout@v6
130130
- name: Build on FreeBSD inside Ubuntu VM
131131
id: test
132-
uses: cross-platform-actions/action@v0.27.0
132+
uses: cross-platform-actions/action@v1.1.0
133133
with:
134134
operating_system: freebsd
135135
version: '13.3'
@@ -146,7 +146,7 @@ jobs:
146146
zip -qryj ../dist/UEFIFind_NE_${UEFITOOL_VER}_x64_freebsd.zip ./UEFIFind/uefifind
147147
zip -qryj ../dist/UEFITool_NE_${UEFITOOL_VER}_x64_freebsd.zip ./UEFITool/uefitool
148148
- name: Upload to artifacts
149-
uses: actions/upload-artifact@v4
149+
uses: actions/upload-artifact@v6
150150
with:
151151
name: FreeBSD builds
152152
path: dist/*.zip
@@ -241,7 +241,7 @@ jobs:
241241
UEFITOOL_VER=$(cat ../../../UEFITool/version.h | grep PROGRAM_VERSION | cut -d'"' -f2 | sed 's/NE alpha /A/') ; \
242242
7z a ../../../UEFITool/dist/UEFITool_NE_${UEFITOOL_VER}_win32.zip UEFITool.exe
243243
- name: Upload to artifacts
244-
uses: actions/upload-artifact@v4
244+
uses: actions/upload-artifact@v6
245245
with:
246246
name: Windows 32-bit builds
247247
path: dist/*.zip
@@ -290,7 +290,7 @@ jobs:
290290
7z a ../UEFITool/dist/UEFIFind_NE_${UEFITOOL_VER}_win64.zip ./UEFIFind/Release/UEFIFind.exe
291291
7z a ../UEFITool/dist/UEFITool_NE_${UEFITOOL_VER}_win64.zip ./UEFITool/Release/UEFITool.exe
292292
- name: Upload to artifacts
293-
uses: actions/upload-artifact@v4
293+
uses: actions/upload-artifact@v6
294294
with:
295295
name: Windows 64-bit builds
296296
path: dist/*.zip
@@ -324,7 +324,7 @@ jobs:
324324
steps:
325325
- uses: actions/checkout@v6
326326
- name: Install Qt
327-
uses: jurplel/install-qt-action@v3
327+
uses: jurplel/install-qt-action@v4.3.1
328328
with:
329329
version: '6.5.0'
330330
host: 'windows'
@@ -358,7 +358,7 @@ jobs:
358358
UEFITOOL_VER=$(cat ../UEFITool/version.h | grep PROGRAM_VERSION | cut -d'"' -f2 | sed 's/NE alpha /A/') ; \
359359
zip -qryj ../dist/ffsparser_fuzzer_NE_${UEFITOOL_VER}_x64_linux.zip ./ffsparser_fuzzer
360360
- name: Upload to artifacts
361-
uses: actions/upload-artifact@v4
361+
uses: actions/upload-artifact@v6
362362
with:
363363
name: Fuzzer
364364
path: ${{runner.workspace}}/dist/*.zip

0 commit comments

Comments
 (0)