Skip to content

Commit

Permalink
upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslan-Siraj committed Nov 22, 2024
1 parent bf9d604 commit 797bd50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-win-exe-w-embed-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Download python embeddable version
run: |
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
rm wix311-binaries.zip
- name: Archive streamlit_exe folder
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: streamlit_exe
path: streamlit_exe

0 comments on commit 797bd50

Please sign in to comment.