gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit f766f7ab77042a3a33601311c31a82d1498270e3 parent ff3a77fe65c4a7439aebab5688d5d1c7184c93d2 Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Wed, 17 Jan 2024 09:32:04 -0800 Merge pull request #613 from bbbbbr/build/gh_actions_update CI/CD: Update checkout and upload action versions to remove warning Diffstat:
| M | .github/workflows/gbdk_build_and_package.yml | 4 | ++-- |
| M | .github/workflows/gbdk_build_examples.yml | 4 | ++-- |
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/gbdk_build_and_package.yml b/.github/workflows/gbdk_build_and_package.yml @@ -78,7 +78,7 @@ jobs: # ==== Build Steps ==== - name: Check out GBDK-2020 - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: gbdk-2020 submodules: false @@ -142,7 +142,7 @@ jobs: - name: Store build if: (matrix.name == 'Linux-64') || (matrix.name == 'MacOS-64') || ('Windows-x64') || ('Windows-x32') - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.name }} build path: gbdk-2020/package/${{ env.BUILD_PACKAGE_FILENAME }} diff --git a/.github/workflows/gbdk_build_examples.yml b/.github/workflows/gbdk_build_examples.yml @@ -78,7 +78,7 @@ jobs: # ==== Build Steps ==== - name: Check out GBDK-2020 - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: path: gbdk-2020 submodules: false @@ -166,7 +166,7 @@ jobs: - name: Store build if: (matrix.name == 'Linux-64') || (matrix.name == 'MacOS-64') || ('Windows-x64') || ('Windows-x32') - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.name }} build path: gbdk-2020/package/${{ env.BUILD_PACKAGE_FILENAME }}
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.