Skip to content

Commit

Permalink
fix: bumping version of the upload-artifact workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sminez committed Feb 6, 2025
1 parent 8bf2568 commit 1d773e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
snap:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: snapcore/action-build@v1
id: snapcraft
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: github.event_name == 'workflow_dispatch'
with:
name: 'snap'
Expand Down

0 comments on commit 1d773e0

Please sign in to comment.