Skip to content

Commit ee02934

Browse files
committed
fix: Update upload-artifact to v4
1 parent 7c7dc9b commit ee02934

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)