Skip to content

Commit

Permalink
use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nama committed Feb 5, 2025
1 parent b46720e commit 8ef3870
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will install Python dependencies and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Build Executable

on:
Expand Down Expand Up @@ -38,7 +35,7 @@ jobs:
- name: Build package
run: python -m PyInstaller --onefile swayrst/swayrst.py
- name: Add artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: swayrst
path: dist/swayrst

0 comments on commit 8ef3870

Please sign in to comment.