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: .