Skip to content

Commit 7a59a60

Browse files
authored
Merge pull request #346 from Bootstrap-Academy/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v7
2 parents 6ebdf55 + 817cf2e commit 7a59a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo ${{ github.event.number }} > .pr
3333
- name: Upload dist
3434
if: github.event_name == 'pull_request'
35-
uses: actions/upload-artifact@v6
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: dist
3838
path: |

0 commit comments

Comments
 (0)