Skip to content

Commit 9bdeafa

Browse files
authored
Merge pull request #308 from mufeedvh/dependabot/github_actions/main/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 4e64d7e + b21c345 commit 9bdeafa

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
@@ -109,7 +109,7 @@ jobs:
109109
echo "::set-output name=asset-path::$ASSET_PATH"
110110
111111
- name: Upload Artifact
112-
uses: actions/upload-artifact@v6
112+
uses: actions/upload-artifact@v7
113113
with:
114114
name: asset-${{ matrix.target }}
115115
path: ${{ steps.set_asset.outputs.asset-path }}

0 commit comments

Comments
 (0)