Skip to content

Commit

Permalink
deps: update to {upload, download}-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Jan 24, 2024
1 parent f25e32c commit fd7ffb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-installer.yml
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ jobs:
name: ${{ steps.build-installer.outputs.C2_INSTALLER_BASE_NAME }}.exe

- name: Upload portable
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: build/${{ steps.bundle-portable.outputs.C2_PORTABLE_BASE_NAME }}.zip
name: ${{ steps.bundle-portable.outputs.C2_PORTABLE_BASE_NAME }}.zip
@@ -113,11 +113,11 @@ jobs:
with:
fetch-depth: 0 # allows for tags access

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: Chatterino7.Installer.exe
path: build/
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: Chatterino7.Portable.zip
path: build/

0 comments on commit fd7ffb9

Please sign in to comment.