Skip to content

Commit

Permalink
Merge pull request #1058 from Tzahi12345/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…t-github/workflows/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4 in /.github/workflows
  • Loading branch information
martadinata666 authored Dec 15, 2023
2 parents e89bc10 + 185c1fd commit ea90346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
Copy-Item -Path ./backend/*.js -Destination ./build/youtubedl-material
Copy-Item -Path ./backend/*.json -Destination ./build/youtubedl-material
- name: upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: youtubedl-material
path: build
Expand Down

0 comments on commit ea90346

Please sign in to comment.