Skip to content

Commit 028ed64

Browse files
authored
Merge pull request #52 from REChain-Network-Solutions/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents df1ebdd + 68411ba commit 028ed64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
tar -czf artifacts.tar.gz artifacts/
125125
126126
- name: Upload artifacts
127-
uses: actions/upload-artifact@v5
127+
uses: actions/upload-artifact@v6
128128
with:
129129
name: build-artifacts
130130
path: artifacts.tar.gz

0 commit comments

Comments
 (0)