Skip to content

Commit

Permalink
fix: Update upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-tau committed Oct 27, 2024
1 parent 7c7dc9b commit ee02934
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/drishti-darshan-3.4.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/drishti-darshan-3.4.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/drishti-darshan-3.4.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down

0 comments on commit ee02934

Please sign in to comment.