Skip to content

Commit 7d355ee

Browse files
[hotfix] fix action version
1 parent 4427b8f commit 7d355ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/download_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: echo "version=$(cat ${{ steps.cache_path.outputs.cache_path }}/webbpsf-data/version.txt)" >> $GITHUB_OUTPUT
8282
- id: cache_key
8383
run: echo "cache_key=webbpsf-data-${{ (github.event_name == 'schedule' || github.event_name == 'release') && 'mini' || inputs.minimal && 'mini' || 'full' }}-${{ steps.version.outputs.version }}" >> $GITHUB_OUTPUT
84-
- uses: actions/cache/save@4
84+
- uses: actions/cache/save@v4
8585
with:
8686
path: ${{ runner.temp }}/data/
8787
key: ${{ steps.cache_key.outputs.cache_key }}

0 commit comments

Comments
 (0)