Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
turbou committed Oct 20, 2024
1 parent 637d060 commit 78383bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Login to Docker
uses: docker/login-action@v3
with:
Expand Down Expand Up @@ -64,11 +64,11 @@ jobs:
git commit -m "Commit updated files" ./files/*.txt
git push
fi
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: rss_feeds
path: feeds
- uses: actions/upload-pages-artifact@v1
- uses: actions/upload-pages-artifact@v3
with:
path: feeds
deploy:
Expand All @@ -81,6 +81,6 @@ jobs:
pages: write
id-token: write
steps:
- uses: actions/deploy-pages@v1
- uses: actions/deploy-pages@v4
id: deployment

0 comments on commit 78383bc

Please sign in to comment.