Skip to content

Commit 6f028dd

Browse files
authored
Merge pull request #50 from wtcpython/dependabot/github_actions/actions/upload-artifact-7.0.0
Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 755e701 + 4113be0 commit 6f028dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

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

6464
# Upload the app
6565
- name: Upload app
66-
uses: actions/upload-artifact@v6.0.0
66+
uses: actions/upload-artifact@v7.0.0
6767
with:
6868
name: Edge-${{ steps.date.outputs.date }}
6969
path: ${{ github.workspace }}\\bin\\win-${{ matrix.platform }}\\publish

0 commit comments

Comments
 (0)