Skip to content

Commit

Permalink
Merge pull request #360 from travisghansen/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-4.6.0

Bump actions/upload-artifact from 4.5.0 to 4.6.0
  • Loading branch information
Snuffy2 authored Jan 9, 2025
2 parents efbce50 + bfce4e0 commit 27947ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_update_and_zip_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Add Zip to Action
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: opnsense
path: ./custom_components/opnsense/opnsense.zip
Expand Down

0 comments on commit 27947ae

Please sign in to comment.