Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#6)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 24c3ad6 commit baf80ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ jobs:
cache: true
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}
- name: Upload Linux Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: linux
path: ${{ steps.export.outputs.archive_directory }}/LinuxX11.zip
- name: Upload Web Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: web
path: ${{ steps.export.outputs.archive_directory }}/Web.zip
- name: Upload Windows Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows
path: ${{ steps.export.outputs.archive_directory }}/Windows Desktop.zip
- name: Upload Android Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: android
path: ${{ steps.export.outputs.archive_directory }}/Android.zip

0 comments on commit baf80ab

Please sign in to comment.