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 ec8546c commit 80f740a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment_on_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:

- name: Pass to Windows
if: env.iscustom == 'true' && success()
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: output
key: ${{ steps.wsa.outputs.artifact }}-${{ steps.wsa.outputs.built }}
Expand All @@ -216,7 +216,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 80f740a

Please sign in to comment.