Skip to content

Commit

Permalink
Up actions/upload-artifact 3 -> 4 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaryaLari authored Dec 10, 2024
1 parent 9c095ba commit f3e1ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
type: zip
filename: docs_${{ env.DATE }}.zip
directory: build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: docs_${{ env.DATE }}
path: build/docs_${{ env.DATE }}.zip
Expand Down

0 comments on commit f3e1ae3

Please sign in to comment.