Skip to content

Commit 010dfda

Browse files
authored
Merge pull request #8 from mikicz/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 89badb7 + 701044e commit 010dfda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: snok/[email protected]
1616
- name: Build
1717
run: poetry build
18-
- uses: actions/upload-artifact@v3
18+
- uses: actions/upload-artifact@v4
1919
with:
2020
path: ./dist/*
2121

0 commit comments

Comments
 (0)