Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/posts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
echo "files=${files}" >> "$GITHUB_OUTPUT"

- name: Upload topics
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: topics
if-no-files-found: error
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
echo "file=./content/posts/${TARGET_DATE}/${SLUG}.md" >> "$GITHUB_OUTPUT"

- name: Upload post
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: post-${{ steps.slug.outputs.slug }}
if-no-files-found: error
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
--verbose

- name: Upload reviewed post
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: reviewed-${{ steps.slug.outputs.slug }}
if-no-files-found: error
Expand Down
Loading