-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5106 from joncampbell123/dependabot/github_action…
…s/actions/upload-artifact-4.3.4 Bump actions/upload-artifact from 4.3.3 to 4.3.4
- Loading branch information
Showing
9 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ jobs: | |
cat $top/OUTPUT.TXT | ||
test -f $top/SUCCESS.TXT || (echo The HX-DOS build did not run successfully && exit 1) | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-mingw-hx-dos-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,7 +77,7 @@ jobs: | |
cp $top/contrib/glshaders/* $top/src/bin/glshaders/ | ||
cp $top/contrib/translations/*/*.lng $top/src/bin/languages/ | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-linux-x86_64-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/src/bin/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ jobs: | |
7zz a $top/dosbox-x-macosx-x86_64-${{ env.timestamp }}.zip * | ||
cd $top | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-macosx-x86_64-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/dosbox-x-macosx-x86_64-${{ env.timestamp }}.zip | ||
|
@@ -140,7 +140,7 @@ jobs: | |
7zz a $top/dosbox-x-macosx-arm64-${{ env.timestamp }}.zip * | ||
cd $top | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-macosx-arm64-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/dosbox-x-macosx-arm64-${{ env.timestamp }}.zip | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,7 +122,7 @@ jobs: | |
$top/vs/tool/zip.exe -r -9 $top/dosbox-x-mingw-win32-${{ env.timestamp }}.zip * | ||
cd $top | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-mingw-win32-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
@@ -245,7 +245,7 @@ jobs: | |
$top/vs/tool/zip.exe -r -9 $top/dosbox-x-mingw-win32-lowend-${{ env.timestamp }}.zip * | ||
cd $top | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-mingw-win32-lowend-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
@@ -336,7 +336,7 @@ jobs: | |
$top/vs/tool/zip.exe -r -9 $top/dosbox-x-mingw-win32-lowend9x-${{ env.timestamp }}.zip * | ||
cd $top | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-mingw-win32-lowend9x-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,7 +102,7 @@ jobs: | |
$top/vs/tool/zip.exe -r -9 $top/dosbox-x-mingw-win64-${{ env.timestamp }}.zip * | ||
cd $top | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-mingw-win64-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ jobs: | |
$top/vs/tool/zip.exe -r -9 $top/dosbox-x-vsbuild-win32-${{ env.timestamp }}.zip * | ||
cd $top | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-vsbuild-win32-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
@@ -208,7 +208,7 @@ jobs: | |
$top/vs/tool/zip.exe -r -9 $top/dosbox-x-vsbuild-arm32-${{ env.timestamp }}.zip * | ||
cd $top | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-vsbuild-arm32-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ jobs: | |
$top/vs/tool/zip.exe -r -9 $top/dosbox-x-vsbuild-win64-${{ env.timestamp }}.zip * | ||
cd $top | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-vsbuild-win64-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
@@ -208,7 +208,7 @@ jobs: | |
$top/vs/tool/zip.exe -r -9 $top/dosbox-x-vsbuild-arm64-${{ env.timestamp }}.zip * | ||
cd $top | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-vsbuild-arm64-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -115,7 +115,7 @@ jobs: | |
$top/vs/tool/zip.exe -r -9 $top/dosbox-x-vsbuild-XP-${{ env.timestamp }}.zip * | ||
cd $top | ||
- name: Upload preview package | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-vsbuild-XP-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
@@ -264,7 +264,7 @@ jobs: | |
cd contrib/windows/installer/ | ||
./ISCC.exe ./DOSBox-X-setupXP.iss | ||
- name: Upload preview installer | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-winXP-${{ env.timestamp }}-setup.exe | ||
path: contrib/windows/installer/dosbox-x-winXP-*.exe | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,7 +124,7 @@ jobs: | |
cd $top | ||
ls -lg | ||
- name: Upload preview package(VS x86/x64) | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-vsbuild-win-x86_x64-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
@@ -145,7 +145,7 @@ jobs: | |
$top/vs/tool/zip.exe -r -9 "$top/dosbox-x-vsbuild-ARM32_64-${{ env.timestamp }}.zip" "*" | ||
cd $top | ||
- name: Upload preview package(ARM 32/64-bit) | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-vsbuild-ARM32_64-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
@@ -361,7 +361,7 @@ jobs: | |
cd $top/package/ | ||
cd $top | ||
- name: Upload preview package (MinGW) | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-mingw-x86_x64-${{ env.timestamp }} | ||
path: ${{ github.workspace }}/package/ | ||
|
@@ -387,7 +387,7 @@ jobs: | |
cd contrib/windows/installer/ | ||
ISCC.exe ./DOSBox-X-installer.iss | ||
- name: Upload preview installer | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: dosbox-x-windows-${{ env.timestamp }}-setup.exe | ||
path: contrib/windows/installer/dosbox-x-windows*.exe | ||
|