diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 282eaee..bf55502 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: runs-on: "windows-2022" steps: - name: "Check Out Source Repository" - uses: "actions/checkout@v4" + uses: "actions/checkout@v7" - name: "Set Up Ruby Execution Environment" uses: "ruby/setup-ruby@v1" @@ -58,7 +58,7 @@ jobs: - if: "always()" name: "Upload Test Kitchen Execution Logs" - uses: "actions/upload-artifact@v4" + uses: "actions/upload-artifact@v7" with: name: "kitchen-logs" path: ".kitchen/logs/"