From 0572f9c69116ccffd30324630db395529858649c Mon Sep 17 00:00:00 2001 From: Joel Tony Date: Wed, 12 Mar 2025 14:47:16 -0600 Subject: [PATCH 1/2] chore: Update GitHub Actions to use checkout@v4 --- .github/workflows/drishti-darshan-3.4.0.yml | 2 +- .github/workflows/drishti-darshan-3.4.1.yml | 2 +- .github/workflows/drishti-darshan-3.4.2.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/drishti-darshan-3.4.0.yml b/.github/workflows/drishti-darshan-3.4.0.yml index 6535241..1362d89 100644 --- a/.github/workflows/drishti-darshan-3.4.0.yml +++ b/.github/workflows/drishti-darshan-3.4.0.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 60 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/drishti-darshan-3.4.1.yml b/.github/workflows/drishti-darshan-3.4.1.yml index 29ed011..af23a65 100644 --- a/.github/workflows/drishti-darshan-3.4.1.yml +++ b/.github/workflows/drishti-darshan-3.4.1.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 60 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/drishti-darshan-3.4.2.yml b/.github/workflows/drishti-darshan-3.4.2.yml index 0398f37..c4a6dd4 100644 --- a/.github/workflows/drishti-darshan-3.4.2.yml +++ b/.github/workflows/drishti-darshan-3.4.2.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 60 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: true From 83542403cf80324c4225c69eb22d0a46f232b05f Mon Sep 17 00:00:00 2001 From: Joel Tony Date: Wed, 12 Mar 2025 14:47:28 -0600 Subject: [PATCH 2/2] chore: Update GitHub Actions to use upload-artifact@v4 --- .github/workflows/drishti-darshan-3.4.0.yml | 2 +- .github/workflows/drishti-darshan-3.4.1.yml | 2 +- .github/workflows/drishti-darshan-3.4.2.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/drishti-darshan-3.4.0.yml b/.github/workflows/drishti-darshan-3.4.0.yml index 1362d89..3665a98 100644 --- a/.github/workflows/drishti-darshan-3.4.0.yml +++ b/.github/workflows/drishti-darshan-3.4.0.yml @@ -93,7 +93,7 @@ jobs: - name: Upload Artifact if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: tests path: sample/** diff --git a/.github/workflows/drishti-darshan-3.4.1.yml b/.github/workflows/drishti-darshan-3.4.1.yml index af23a65..155f6e7 100644 --- a/.github/workflows/drishti-darshan-3.4.1.yml +++ b/.github/workflows/drishti-darshan-3.4.1.yml @@ -93,7 +93,7 @@ jobs: - name: Upload Artifact if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: tests path: sample/** diff --git a/.github/workflows/drishti-darshan-3.4.2.yml b/.github/workflows/drishti-darshan-3.4.2.yml index c4a6dd4..686aaa2 100644 --- a/.github/workflows/drishti-darshan-3.4.2.yml +++ b/.github/workflows/drishti-darshan-3.4.2.yml @@ -93,7 +93,7 @@ jobs: - name: Upload Artifact if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: tests path: sample/**