Skip to content

Commit

Permalink
update some actions
Browse files Browse the repository at this point in the history
also acts as a dummy commit to run actions again that'd possibly fix mac build
  • Loading branch information
cgytrus committed Aug 1, 2023
1 parent 0d6e622 commit cd12e27
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ matrix.config.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive

Expand All @@ -55,7 +55,7 @@ jobs:
if: matrix.config.os_identifier == 'win'

- name: Download CLI
uses: robinraju/release-downloader@v1.5
uses: robinraju/release-downloader@v1
with:
repository: geode-sdk/cli
latest: true
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
run: rm ./bin/nightly/resources/.geode_cache

- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: geode-${{ matrix.config.os_identifier }}
path: ./bin/nightly
Expand All @@ -97,7 +97,7 @@ jobs:
run: ${{ matrix.config.package_cmd }}

- name: Publish Installer
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: geode-installer-${{ matrix.config.os_identifier }}
path: ${{ matrix.config.installer_path }}
Expand All @@ -107,7 +107,7 @@ jobs:
needs: build
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Declare version and commit hash
id: ref
Expand Down

0 comments on commit cd12e27

Please sign in to comment.