Skip to content

Commit 2d07e97

Browse files
authored
Merge pull request #2 from i2van/dependabot/github_actions/actions/upload-artifact-6.0.0
Bump actions/upload-artifact from 5.0.0 to 6.0.0
2 parents 2e65084 + a0fd249 commit 2d07e97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: build
22

33
on: [push, pull_request, workflow_dispatch]
44

@@ -27,7 +27,7 @@ jobs:
2727
# Upload package
2828

2929
- name: Upload ${{env.PACKAGE_NAME}}
30-
uses: actions/upload-artifact@v5.0.0
30+
uses: actions/upload-artifact@v6.0.0
3131
with:
3232
name: ${{env.PACKAGE_NAME}}
3333
path: ${{env.PACKAGE_NAME}}

0 commit comments

Comments
 (0)