Skip to content

Commit

Permalink
Update the save action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonwatts authored Sep 11, 2024
1 parent dc6ffd3 commit 8a98e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-types/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ runs:
run: |
atlas_release_type_builder yaml --command_location . --type_json ./cache/yaml ${{ inputs.release_version }}
- name: Save type yaml file to cache
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: cache/yaml
key: ${{ steps.cache-type-yaml.outputs.cache-primary-key }}
Expand Down

0 comments on commit 8a98e77

Please sign in to comment.