Skip to content

Commit

Permalink
switch to action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mwinkens committed May 15, 2024
1 parent 12bd2e8 commit 869704c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:

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

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Upload Artifacts
if: matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: viewer_artifacts
path: dist/

0 comments on commit 869704c

Please sign in to comment.