Skip to content

Commit

Permalink
bumped action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Jul 31, 2024
1 parent 0b90343 commit 60047e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12.4'

Expand All @@ -34,7 +34,7 @@ jobs:
shell: pwsh

- name: Upload BigPictureTV zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: BigPictureTV
path: build/BigPictureTV.zip
Expand All @@ -44,10 +44,10 @@ jobs:
needs: build
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download BigPictureTV zip
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: BigPictureTV

Expand Down

0 comments on commit 60047e7

Please sign in to comment.