Skip to content

Commit

Permalink
Merge pull request #950 from mitodl/renovate/actions-upload-artifact-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
blarghmatey authored Dec 18, 2023
2 parents 4320267 + 69a99c5 commit 19e5721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_dbt_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: "Step 08 - Upload artifact for deployment job"
id: step-08
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dbt_docs
path: dbt_docs.zip
Expand Down

0 comments on commit 19e5721

Please sign in to comment.