Skip to content

Commit

Permalink
Merge pull request #26 from wtcpython/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4.4.3

Bump actions/upload-artifact from 4.4.1 to 4.4.3
  • Loading branch information
wtcpython authored Oct 12, 2024
2 parents 88e63a1 + 1255cdb commit 8e19c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

# Upload the MSIX package: https://github.com/marketplace/actions/upload-a-build-artifact
- name: Upload MSIX package
uses: actions/upload-artifact@v4.4.1
uses: actions/upload-artifact@v4.4.3
with:
name: Edge-nightly-build-${{ steps.date.outputs.date }}
path: ${{ github.workspace }}\\Packages

0 comments on commit 8e19c9c

Please sign in to comment.