summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBiswapriyo Nath <nathbappai@gmail.com>2023-05-18 00:37:24 +0530
committerGitHub <noreply@github.com>2023-05-17 12:07:24 -0700
commit22da04ee0dbd9ac16eb74dabd3df071a0f8e8eba (patch)
tree268d5b3a383df094c28a269ed06e7b713ff37ae8
parente69fba2db04078f49043a0509815424efed2227e (diff)
downloadyasm-22da04ee0dbd9ac16eb74dabd3df071a0f8e8eba.tar.gz
CI: update GitHub Actions version (#225)
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cc7d27b5..0454d53c 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
name: "Build - ${{ matrix.artifact-name }}"
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Install autotools
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
@@ -34,7 +34,7 @@ jobs:
- name: Dist
run: make dist
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
with:
name: ${{ matrix.artifact-name }}
path: yasm-*.tar.gz