Skip to content

Commit

Permalink
update action cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pdziekan committed Feb 7, 2024
1 parent 5cd05dd commit 9796247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:

- name: Cache UWLCM Singularity image
id: cache_singularity
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: '${{ inputs.path }}/uwlcm_${{ inputs.tag }}.sif'
key: '${{ inputs.tag }}'
Expand Down

0 comments on commit 9796247

Please sign in to comment.