Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/upload-artifact from 4.3.3 to 4.3.4 #5106

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/hxdos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/mingw32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mingw64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vsbuild32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vsbuild64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vsbuild_xp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/windows-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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/
Expand Down Expand Up @@ -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/
Expand All @@ -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
Expand Down
Loading