From 00773abe4a605b9251787bb3d134fdfd91238e99 Mon Sep 17 00:00:00 2001 From: Blair Currey <12960453+BlairCurrey@users.noreply.github.com> Date: Tue, 6 Feb 2024 00:13:48 -0500 Subject: [PATCH] chore: change action version --- .github/workflows/train-spread-predictor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/train-spread-predictor.yaml b/.github/workflows/train-spread-predictor.yaml index 0990ad7..31c56f4 100644 --- a/.github/workflows/train-spread-predictor.yaml +++ b/.github/workflows/train-spread-predictor.yaml @@ -49,7 +49,7 @@ jobs: # TODO: tag name? release name? - name: Create release id: create_release - uses: softprops/action-gh-release@v0.1.15 + uses: softprops/action-gh-release@v1 with: files: ./nfl_analytics/assets/* tag_name: spread-predictor