Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YT-Advanced authored Jan 20, 2024
1 parent 80f740a commit 9da6a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
API_KEY: ${{ secrets.API_KEY }}

- name: Pass to Windows 💸
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: output
key: ${{ steps.wsa.outputs.artifact }}-${{ steps.wsa.outputs.built }}
Expand All @@ -132,7 +132,7 @@ jobs:
uses: actions/checkout@v4

- name: Download built artifact ⌛
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: output
key: ${{ needs.build.outputs.artifact }}-${{ needs.build.outputs.built }}
Expand Down

0 comments on commit 9da6a3d

Please sign in to comment.