Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nielsmaerten committed Feb 11, 2024
1 parent ca78b1e commit a94f361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
run: iscc setup-script.iss /Dversion=${{ steps.packagejson.outputs.version }}

- name: Upload portable version
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: GlucoseTicker-${{ steps.packagejson.outputs.version }}-portable
path: dist/win-unpacked

- name: Upload installer
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: GlucoseTicker-${{ steps.packagejson.outputs.version }}-setup
path: dist/GlucoseTicker-${{ steps.packagejson.outputs.version }}-setup.exe

0 comments on commit a94f361

Please sign in to comment.