Skip to content

Commit 87c2aa8

Browse files
authored
Merge pull request #16 from Didstopia/dependabot/github_actions/actions-674967a53d
Bump actions/upload-artifact from 6 to 7 in the actions group
2 parents 148edab + 75f0121 commit 87c2aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9292

9393
- name: Upload artifacts
94-
uses: actions/upload-artifact@v6
94+
uses: actions/upload-artifact@v7
9595
with:
9696
name: binaries
9797
path: dist/*.tar.gz

0 commit comments

Comments
 (0)