From d13ea96f35c03af898c7d611612b635031944c01 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Wed, 24 Jan 2024 14:29:51 -0800 Subject: [PATCH] Update commit.yml --- .github/workflows/commit.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 8d5704bc..2110be86 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.1 - name: Get Commit Ref run: | @@ -36,7 +36,7 @@ jobs: find -type f -exec md5sum '{}' \; - name: Upload Artifact - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v4.3.0 with: name: RomWBW-${{env.COMMIT_REF}}-Linux path: . @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.3.0 + uses: actions/checkout@v4.1.1 - name: Get Commit Ref run: | @@ -68,7 +68,7 @@ jobs: find . -type f -exec md5 -r -- '{}' +; - name: Upload Artifact - uses: actions/upload-artifact@v3.1.1 + uses: actions/upload-artifact@v4.3.0 with: name: RomWBW-${{env.COMMIT_REF}}-MacOS path: .