Skip to content

Commit a9b6261

Browse files
authored
Merge pull request #40 from wtcpython/dependabot/github_actions/actions/upload-artifact-4.6.1
Bump actions/upload-artifact from 4.6.0 to 4.6.1
2 parents 3822746 + c470da6 commit a9b6261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
# Upload the app
6363
- name: Upload app
64-
uses: actions/upload-artifact@v4.6.0
64+
uses: actions/upload-artifact@v4.6.1
6565
with:
6666
name: Edge-${{ steps.date.outputs.date }}
6767
path: ${{ github.workspace }}\\bin\\win-${{ matrix.platform }}\\publish

0 commit comments

Comments
 (0)