Skip to content

Commit

Permalink
Update GitHub actions to recent major versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gws committed Oct 4, 2024
1 parent 9b51878 commit a51bce6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-upcoming-elections.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout base code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Create upcoming elections Markdown file
env:
Expand All @@ -17,7 +17,7 @@ jobs:
./generate-upcoming-elections.py > Upcoming-Elections.md
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: upcoming-elections-markdown
path: Upcoming-Elections.md
Expand All @@ -29,7 +29,7 @@ jobs:
repository: ${{github.repository}}.wiki

- name: Download markdown
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: upcoming-elections-markdown

Expand Down

0 comments on commit a51bce6

Please sign in to comment.