Skip to content

Commit

Permalink
Bump actions/upload-artifact from 4.3.3 to 4.3.4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.3...v4.3.4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent 50e8eb5 commit f3e8622
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
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

0 comments on commit f3e8622

Please sign in to comment.