Skip to content

Commit

Permalink
Update build32.yml
Browse files Browse the repository at this point in the history
bump actions to v4, for node16 deprecation
  • Loading branch information
jeremyd2019 authored Feb 15, 2024
1 parent a1efe96 commit d528826
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:

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

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.event.inputs.repository }}
ref: ${{ github.event.inputs.ref }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
SUBST T: /D
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: packages
Expand All @@ -133,7 +133,7 @@ jobs:
if: ${{ ! github.event.inputs.dont_upload || github.event.inputs.dont_upload == 'false' }}
steps:

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- name: Upload to repo
env:
Expand Down

0 comments on commit d528826

Please sign in to comment.