diff --git a/.github/workflows/workflow_ci.yml b/.github/workflows/workflow_ci.yml index 66e4008b..d351293e 100644 --- a/.github/workflows/workflow_ci.yml +++ b/.github/workflows/workflow_ci.yml @@ -19,7 +19,7 @@ jobs: any_changed: ${{ steps.changed-files.outputs.any_changed }} steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: check changed files @@ -36,7 +36,7 @@ jobs: any_changed: ${{ steps.changed-files.outputs.any_changed }} steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: check changed files @@ -52,7 +52,7 @@ jobs: if: ${{ needs.check_src.outputs.any_changed == 'true' || needs.check_workflow.outputs.any_changed == 'true' }} steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: revision @@ -68,7 +68,7 @@ jobs: run: dotnet publish src/compute.sln -c Release --self-contained true -r win-x64 - name: artifacts if: github.ref == 'refs/heads/7.x' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: path: src/dist name: rhino.compute