Skip to content

Commit

Permalink
Merge pull request #96 from tumido/renovate/github-actions
Browse files Browse the repository at this point in the history
chore(deps): update actions/download-artifact action to v4.1.8
  • Loading branch information
tumido authored Oct 22, 2024
2 parents c5920e9 + 41b8158 commit e2548ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download built extension artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
id: download
with:
name: extension
Expand All @@ -90,7 +90,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download built extension artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4.1.8
id: download
with:
name: extension
Expand Down

0 comments on commit e2548ef

Please sign in to comment.