Skip to content

Commit 8354240

Browse files
committed
chore: Update GitHub Actions to use upload-artifact@v4
1 parent 0572f9c commit 8354240

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/drishti-darshan-3.4.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Upload Artifact
9595
if: always()
96-
uses: actions/upload-artifact@v2
96+
uses: actions/upload-artifact@v4
9797
with:
9898
name: tests
9999
path: sample/**

.github/workflows/drishti-darshan-3.4.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Upload Artifact
9595
if: always()
96-
uses: actions/upload-artifact@v2
96+
uses: actions/upload-artifact@v4
9797
with:
9898
name: tests
9999
path: sample/**

.github/workflows/drishti-darshan-3.4.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Upload Artifact
9595
if: always()
96-
uses: actions/upload-artifact@v2
96+
uses: actions/upload-artifact@v4
9797
with:
9898
name: tests
9999
path: sample/**

0 commit comments

Comments
 (0)