Skip to content

Commit

Permalink
fix: deprecated artifact action TDE-1379 (#1258)
Browse files Browse the repository at this point in the history
### Motivation

Github is deprecating v3 of the artifact actions.

### Modifications

Update version of upload-artifact to current latest version number 4.6.0

### Verification

Ran action without the `if: failure()` condition and it successfully
uploaded all artifacts.
  • Loading branch information
schmidtnz authored Jan 23, 2025
1 parent fbf92be commit 7b0f43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
empty_target_directory="$(find "${{ runner.temp }}/tmp-empty" -maxdepth 0 -type d -empty)"
[[ -n "$empty_target_directory" ]]
- uses: actions/upload-artifact@v3.1.3
- uses: actions/upload-artifact@v4.6.0
with:
name: gdal-output
path: ${{ runner.temp }}/*.tiff
Expand Down

0 comments on commit 7b0f43a

Please sign in to comment.