Update CI to use newer actions
diff --git a/.github/workflows/microwatt_ci.yml b/.github/workflows/microwatt_ci.yml index 2d773d5..ebbbd73 100644 --- a/.github/workflows/microwatt_ci.yml +++ b/.github/workflows/microwatt_ci.yml
@@ -23,7 +23,7 @@ ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Create environment variables run: | @@ -46,7 +46,7 @@ - name: upload failure logs if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.task }}.error path: | @@ -71,7 +71,7 @@ ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Create environment variables run: |
diff --git a/.github/workflows/microwatt_tapeout_ci.yml b/.github/workflows/microwatt_tapeout_ci.yml index fbd25bc..349ea24 100644 --- a/.github/workflows/microwatt_tapeout_ci.yml +++ b/.github/workflows/microwatt_tapeout_ci.yml
@@ -28,7 +28,7 @@ OUTPUT: ${{ github.workspace }}/mpw_precheck_result/logs/precheck.log steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: | @@ -51,7 +51,7 @@ exit 2 - name: upload failure logs if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: mpw_precheck.error path: | @@ -75,7 +75,7 @@ ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Create environment variables run: |