Skip to content

Commit 97f908b

Browse files
authored
Merge pull request #3219 from seqan/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 59c14ad + 2d8821d commit 97f908b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ram_usage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Upload RAM-Usage
101101
continue-on-error: true
102-
uses: actions/upload-artifact@v3
102+
uses: actions/upload-artifact@v4
103103
with:
104104
name: RAM-Usage
105105
path: ram_usage.csv

0 commit comments

Comments
 (0)